Skip to content

Commit 66c5660

Browse files
committed
refactor: Add noqa comments to imports for clarity in __init__.py
1 parent 00397bb commit 66c5660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chromatrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .fastapi import RequestIdMiddleware # noqa
22
from .logging_config import LoggingConfig # noqa
33
from .logging_settings import LoggingSettings # noqa
4-
from .tracer import RequestIdContext, trace_id_ctx
4+
from .tracer import RequestIdContext, trace_id_ctx # noqa
55
from .tracer import tracer as trace # noqa

0 commit comments

Comments
 (0)