We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a4394 commit 98980b5Copy full SHA for 98980b5
graphene/validation/depth_limit.py
@@ -31,6 +31,7 @@
31
# backwards compatibility for v3.6
32
from typing import Pattern
33
34
+import re
35
from typing import Callable, Dict, List, Optional, Union
36
37
from graphql import GraphQLError
0 commit comments