Skip to content

Commit 875c026

Browse files
committed
mypy
1 parent a3b51a4 commit 875c026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/gql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
try:
2323
# gql 4.0+
24-
from gql import GraphQLRequest # type: ignore[import-not-found]
24+
from gql import GraphQLRequest
2525
except ImportError:
2626
GraphQLRequest = None
2727

0 commit comments

Comments
 (0)