Skip to content

Commit 7adcd1b

Browse files
committed
fix import
1 parent 0dcf1f3 commit 7adcd1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry_sdk/integrations/huey.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
SPANSTATUS,
99
BAGGAGE_HEADER_NAME,
1010
SENTRY_TRACE_HEADER_NAME,
11+
TransactionSource,
1112
)
1213
from sentry_sdk.integrations import DidNotEnable, Integration
1314
from sentry_sdk.scope import should_send_default_pii
14-
from sentry_sdk.tracing import (
15-
TransactionSource,
16-
)
1715
from sentry_sdk.utils import (
1816
capture_internal_exceptions,
1917
ensure_integration_enabled,

0 commit comments

Comments
 (0)