Make black happy

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2025-05-13 10:46:58 +02:00
parent 912baf1198
commit 16eda470c9

View file

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