Skip to content

Commit 1006e7b

Browse files
committed
remove unused imports
1 parent 9b1e2f3 commit 1006e7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,9 +1369,7 @@ def add_sentry_baggage_to_headers(
13691369
SENTRY_TRACE_HEADER_NAME,
13701370
)
13711371
from sentry_sdk.traces import (
1372-
LOW_QUALITY_SEGMENT_SOURCES,
13731372
start_span as start_streaming_span,
1374-
StreamedSpan,
13751373
)
13761374

13771375
if TYPE_CHECKING:

0 commit comments

Comments
 (0)