mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 23:20:47 +03:00
fix linting issues in types.py
This commit is contained in:
parent
a72bee4fa5
commit
0d9e645bea
|
@ -6,13 +6,12 @@ import six
|
|||
|
||||
from graphql_relay.node.node import to_global_id
|
||||
|
||||
from ..core.classtypes import InputObjectType, Interface, Mutation, ObjectType
|
||||
from ..core.classtypes import InputObjectType, Interface, Mutation
|
||||
from ..core.classtypes.interface import InterfaceMeta
|
||||
from ..core.classtypes.mutation import MutationMeta
|
||||
from ..core.types import Boolean, Field, List, String
|
||||
from ..core.types import String
|
||||
from ..core.types.argument import ArgumentsGroup
|
||||
from ..core.types.definitions import NonNull
|
||||
from ..utils import memoize
|
||||
from ..utils.wrap_resolver_function import has_context, with_context
|
||||
from .fields import GlobalIDField
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user