Skip to content

Commit a44bbf4

Browse files
committed
missing import
1 parent e90c182 commit a44bbf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/strawberry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from sentry_sdk.integrations import _check_minimum_version, Integration, DidNotEnable
99
from sentry_sdk.integrations.logging import ignore_logger
1010
from sentry_sdk.scope import should_send_default_pii
11+
from sentry_sdk.traces import StreamedSpan
1112
from sentry_sdk.tracing import TransactionSource
1213
from sentry_sdk.tracing_utils import has_span_streaming_enabled
1314
from sentry_sdk.utils import (
@@ -55,7 +56,6 @@
5556
from strawberry.http import GraphQLHTTPResponse
5657
from strawberry.types import ExecutionContext
5758
from sentry_sdk._types import Event, EventProcessor
58-
from sentry_sdk.traces import StreamedSpan
5959
from sentry_sdk.tracing import Span
6060

6161

0 commit comments

Comments
 (0)