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 56d42c5 commit 569adc6Copy full SHA for 569adc6
graphql_server/__init__.py
@@ -8,7 +8,8 @@
8
9
from .error import HttpQueryError
10
11
-if False:
+# Necessary for static type checking
12
+if False: # flake8: noqa
13
from typing import List, Dict, Optional, Tuple, Any, Union, Callable, Type
14
from graphql import GraphQLSchema, GraphQLBackend
15
0 commit comments