Make black happy

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 16eda470c9a0bc2aa94c0637619537fae8de6778)
This commit is contained in:
Lubomír Sedlář 2025-05-13 10:46:58 +02:00 committed by Stepan Oksanichenko
parent 7a4bd62978
commit 5cf13491df

View File

@ -66,6 +66,7 @@ class OtelTracing:
try: try:
from opentelemetry.instrumentation.requests import RequestsInstrumentor from opentelemetry.instrumentation.requests import RequestsInstrumentor
RequestsInstrumentor().instrument() RequestsInstrumentor().instrument()
except ImportError: except ImportError:
pass pass