Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sentry_sdk/integrations/strawberry.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import functools
import hashlib
from inspect import isawaitable

Expand Down Expand Up @@ -86,7 +85,6 @@ def _patch_schema_init():
# type: () -> None
old_schema_init = Schema.__init__

@functools.wraps(old_schema_init)
def _sentry_patched_schema_init(self, *args, **kwargs):
# type: (Schema, Any, Any) -> None
integration = sentry_sdk.get_client().get_integration(StrawberryIntegration)
Expand Down