Skip to content

Commit b66c3d3

Browse files
committed
fix type
1 parent bf93c59 commit b66c3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/graphene.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from sentry_sdk.consts import OP
55
from sentry_sdk.integrations import _check_minimum_version, DidNotEnable, Integration
66
from sentry_sdk.scope import should_send_default_pii
7+
from sentry_sdk.traces import StreamedSpan
78
from sentry_sdk.tracing_utils import has_span_streaming_enabled
89
from sentry_sdk.utils import (
910
capture_internal_exceptions,

0 commit comments

Comments
 (0)