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

Skip to content

Commit 8e5e3b0

Browse files
committed
fix: Remove unused type
1 parent 92ca9db commit 8e5e3b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ def setup_integrations(integrations, with_defaults=True):
8484
return integrations
8585

8686

87-
IntegrationAttachment = namedtuple(
88-
"IntegrationAttachment", ["integration", "client", "hub"]
89-
)
90-
91-
9287
class Integration(object):
9388
"""Baseclass for all integrations.
9489

0 commit comments

Comments
 (0)
0