Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Dec 5, 2023
1 parent fec7bad commit 34d91ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentry_sdk/scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
BAGGAGE_HEADER_NAME,
SENTRY_TRACE_HEADER_NAME,
NoOpSpan,
Span,
Transaction,
)
from sentry_sdk._types import TYPE_CHECKING
Expand Down Expand Up @@ -49,8 +50,6 @@
Type,
)

from sentry_sdk.tracing import Span

F = TypeVar("F", bound=Callable[..., Any])
T = TypeVar("T")

Expand Down

0 comments on commit 34d91ac

Please sign in to comment.