Skip to content

Commit 0c0f11a

Browse files
committed
refactor: Consolidate tracer imports in __init__.py for clarity
1 parent 6ecd15a commit 0c0f11a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chromatrace/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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 # noqa
5-
from .tracer import tracer as trace # noqa
4+
from .tracer import RequestIdContext, trace_id_ctx, tracer # noqa

0 commit comments

Comments
 (0)