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 52d7753 commit 8e210f9Copy full SHA for 8e210f9
graphql/backend/tests/test_core.py
@@ -8,7 +8,9 @@
8
from ..base import GraphQLBackend, GraphQLDocument
9
from ..core import GraphQLCoreBackend
10
from .schema import schema
11
-from typing import Any
+
12
+if False:
13
+ from typing import Any
14
15
16
def test_core_backend():
graphql/backend/tests/test_decider.py
@@ -11,7 +11,9 @@
from ..decider import GraphQLDeciderBackend
17
18
19
class FakeBackend(GraphQLBackend):
0 commit comments