Skip to content

Commit a21981b

Browse files
committed
fix: Remove unused imports
1 parent d93fc76 commit a21981b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/_span_batcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
from sentry_sdk._batcher import Batcher
77
from sentry_sdk.consts import SPANSTATUS
88
from sentry_sdk.envelope import Envelope, Item, PayloadRef
9-
from sentry_sdk.utils import format_timestamp, serialize_attribute, safe_repr
9+
from sentry_sdk.utils import format_timestamp, serialize_attribute
1010

1111
if TYPE_CHECKING:
1212
from typing import Any, Callable, Optional
1313
from sentry_sdk.traces import StreamedSpan
14-
from sentry_sdk._types import SerializedAttributeValue
1514

1615

1716
class SpanBatcher(Batcher["StreamedSpan"]):

0 commit comments

Comments
 (0)