Skip to content

Commit cdee48a

Browse files
authored
sort imports
1 parent d7efc5b commit cdee48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .execution import ExecutionResult, execute
2+
from .language.ast import Document
23
from .language.parser import parse
34
from .language.source import Source
4-
from .language.ast import Document
55
from .validation import validate
66

77

0 commit comments

Comments
 (0)