Skip to content

Commit 39a7837

Browse files
committed
fix for ruff
1 parent bf5841e commit 39a7837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lite_bootstrap/instruments/logging_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class RequestProtocol(typing.Protocol):
3232

3333
def tracer_injection(_: "WrappedLogger", __: str, event_dict: "EventDict") -> "EventDict":
3434
try:
35-
from opentelemetry import trace
35+
from opentelemetry import trace # noqa: PLC0415
3636
except ImportError: # pragma: no cover
3737
return event_dict
3838

0 commit comments

Comments
 (0)