Skip to content

Commit ea156c5

Browse files
committed
Remove unneeded imports
1 parent 729c6c8 commit ea156c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graphql/utilities/find_breaking_changes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
from ..error import INVALID
55
from ..pyutils import inspect
66
from ..type import (
7-
GraphQLEnumType,
87
GraphQLList,
98
GraphQLNamedType,
109
GraphQLNonNull,
11-
GraphQLObjectType,
1210
GraphQLSchema,
1311
GraphQLType,
14-
GraphQLUnionType,
1512
is_enum_type,
1613
is_input_object_type,
1714
is_interface_type,

0 commit comments

Comments
 (0)