Skip to content

Commit 3f985c4

Browse files
committed
move to traces.py
1 parent 40878e3 commit 3f985c4

File tree

7 files changed

+6
-474
lines changed

7 files changed

+6
-474
lines changed

sentry_sdk/_span_batcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if TYPE_CHECKING:
1212
from typing import Any, Callable, Optional
13-
from sentry_sdk._tracing import SpanStatus, StreamedSpan
13+
from sentry_sdk.traces import SpanStatus, StreamedSpan
1414
from sentry_sdk._types import SerializedAttributeValue
1515

1616

0 commit comments

Comments
 (0)