We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b51a4 commit 875c026Copy full SHA for 875c026
sentry_sdk/integrations/gql.py
@@ -21,7 +21,7 @@
21
22
try:
23
# gql 4.0+
24
- from gql import GraphQLRequest # type: ignore[import-not-found]
+ from gql import GraphQLRequest
25
except ImportError:
26
GraphQLRequest = None
27
0 commit comments