We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ace3a commit 617e854Copy full SHA for 617e854
tests/utilities/test_strip_ignored_characters.py
@@ -7,8 +7,7 @@
7
from graphql.language import Lexer, Source, TokenKind, parse
8
from graphql.utilities import strip_ignored_characters
9
10
-from ..fixtures import kitchen_sink_query # noqa: F401
11
-from ..fixtures import kitchen_sink_sdl
+from ..fixtures import kitchen_sink_query, kitchen_sink_sdl # noqa: F401
12
from ..utils import dedent
13
14
0 commit comments