From 5cf13491dff9ea73064c72978a086670fcf8ff16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 13 May 2025 10:46:58 +0200 Subject: [PATCH] Make black happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář (cherry picked from commit 16eda470c9a0bc2aa94c0637619537fae8de6778) --- pungi/otel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi/otel.py b/pungi/otel.py index 37512171..ec8e4b97 100644 --- a/pungi/otel.py +++ b/pungi/otel.py @@ -66,6 +66,7 @@ class OtelTracing: try: from opentelemetry.instrumentation.requests import RequestsInstrumentor + RequestsInstrumentor().instrument() except ImportError: pass