Skip to content

Commit a53b5ee

Browse files
remove redundant annotation
1 parent 41eb396 commit a53b5ee

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
@@ -709,7 +709,6 @@ def _commit(self):
709709
_set_db_data(span, self, SPANNAME.DB_COMMIT)
710710
return real_commit(self)
711711

712-
@ensure_integration_enabled(DjangoIntegration, real_rollback)
713712
def _rollback(self):
714713
# type: (BaseDatabaseWrapper) -> None
715714
integration = sentry_sdk.get_client().get_integration(DjangoIntegration)

0 commit comments

Comments
 (0)