Skip to content

Commit e92d1e6

Browse files
committed
isort fix.
1 parent 29ebeae commit e92d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/type/typemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections import OrderedDict, defaultdict, Sequence
1+
from collections import OrderedDict, Sequence, defaultdict
22
from functools import reduce
33

44
from ..utils.type_comparators import is_equal_type, is_type_sub_type_of

0 commit comments

Comments
 (0)