Skip to content

Commit 1dcf176

Browse files
committed
remove unused import
1 parent 831adae commit 1dcf176

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sentry_sdk/tracing_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,6 @@ def create_streaming_span_decorator(
950950
"""
951951
Create a span creating decorator that can wrap both sync and async functions.
952952
"""
953-
from sentry_sdk.scope import should_send_default_pii
954953

955954
def span_decorator(f: "Any") -> "Any":
956955
"""

0 commit comments

Comments
 (0)