Skip to content

Commit f2738ff

Browse files
committed
reorder imports
1 parent e20d4fd commit f2738ff

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

sentry_sdk/tracing_utils.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,13 +1369,11 @@ def add_sentry_baggage_to_headers(
13691369
LOW_QUALITY_TRANSACTION_SOURCES,
13701370
SENTRY_TRACE_HEADER_NAME,
13711371
)
1372-
1373-
if TYPE_CHECKING:
1374-
from sentry_sdk.tracing import Span
1375-
1376-
13771372
from sentry_sdk.traces import (
13781373
LOW_QUALITY_SEGMENT_SOURCES,
13791374
start_span as start_streaming_span,
13801375
StreamedSpan,
13811376
)
1377+
1378+
if TYPE_CHECKING:
1379+
from sentry_sdk.tracing import Span

0 commit comments

Comments
 (0)