Skip to content

Commit 2448092

Browse files
committed
unused imports
1 parent 6ecad5c commit 2448092

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tracing/test_span_streaming.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import asyncio
2-
import re
32
import sys
43
from typing import Any
54
from unittest import mock
65

76
import pytest
87

98
import sentry_sdk
10-
from sentry_sdk.traces import SegmentSource, SpanStatus, StreamedSpan, NoOpStreamedSpan
9+
from sentry_sdk.traces import SpanStatus
1110

1211
minimum_python_38 = pytest.mark.skipif(
1312
sys.version_info < (3, 8), reason="Asyncio tests need Python >= 3.8"

0 commit comments

Comments
 (0)