Skip to content

Commit 3ccd0c3

Browse files
remove redundant annotation
1 parent b0b9bd7 commit 3ccd0c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/django/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,6 @@ def connect(self):
693693
_set_db_data(span, self)
694694
return real_connect(self)
695695

696-
@ensure_integration_enabled(DjangoIntegration, real_commit)
697696
def _commit(self):
698697
# type: (BaseDatabaseWrapper) -> None
699698
integration = sentry_sdk.get_client().get_integration(DjangoIntegration)

0 commit comments

Comments
 (0)