Update depth_limit.py

This commit is contained in:
Aryan Iyappan 2021-08-20 21:04:22 +05:30 committed by GitHub
parent 57a4394bf3
commit 98980b53f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ except ImportError:
# backwards compatibility for v3.6
from typing import Pattern
import re
from typing import Callable, Dict, List, Optional, Union
from graphql import GraphQLError