Skip to content

Commit fc2967e

Browse files
committed
remove unused imports
1 parent aa11681 commit fc2967e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/validators/depth_limit_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import re
2929
from typing import Callable, Dict, List, Optional, Union
3030

31-
from graphql import GraphQLError, is_introspection_type
31+
from graphql import GraphQLError
3232
from graphql.language import (
3333
DefinitionNode,
3434
FieldNode,

0 commit comments

Comments
 (0)