mirror of
https://github.com/graphql-python/graphene.git
synced 2025-05-04 00:13:40 +03:00
remove isort config, flake8 comments
This commit is contained in:
parent
9d75a7bcfc
commit
d1945bbcf7
|
@ -1,2 +0,0 @@
|
||||||
[settings]
|
|
||||||
known_third_party = graphql,graphql_relay,promise,pytest,pyutils,setuptools,snapshottest,sphinx_graphene_theme
|
|
|
@ -1,4 +1,3 @@
|
||||||
# flake8: noqa
|
|
||||||
from graphql import GraphQLResolveInfo as ResolveInfo
|
from graphql import GraphQLResolveInfo as ResolveInfo
|
||||||
|
|
||||||
from .argument import Argument
|
from .argument import Argument
|
||||||
|
|
|
@ -9,7 +9,7 @@ from collections import namedtuple
|
||||||
from collections.abc import Iterable
|
from collections.abc import Iterable
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
from typing import List # flake8: noqa
|
from typing import List
|
||||||
|
|
||||||
Loader = namedtuple("Loader", "key,future")
|
Loader = namedtuple("Loader", "key,future")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user