8000 fix: Remove unused import · etherscan-io/sentry-python@f5503df · GitHub
[go: up one dir, main page]

Skip to content

Commit f5503df

Browse files
committed
fix: Remove unused import
1 parent a30472a commit f5503df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/gnu_backtrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sentry_sdk.hub import Hub
44
from sentry_sdk.integrations import Integration
55
from sentry_sdk.scope import add_global_event_processor
6-
from sentry_sdk.utils import walk_exception_chain, capture_internal_exceptions
6+
from sentry_sdk.utils import capture_internal_exceptions
77

88
if False:
99
from typing import Any

0 commit comments

Comments
 (0)
0