Skip to content

Commit 569adc6

Browse files
committed
Fixed Flake8 issues
1 parent 56d42c5 commit 569adc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql_server/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
from .error import HttpQueryError
1010

11-
if False:
11+
# Necessary for static type checking
12+
if False: # flake8: noqa
1213
from typing import List, Dict, Optional, Tuple, Any, Union, Callable, Type
1314
from graphql import GraphQLSchema, GraphQLBackend
1415

0 commit comments

Comments
 (0)