mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-03 20:03:30 +03:00
Fixing pylint
This commit is contained in:
parent
ed1fdc209e
commit
22f026293c
|
@ -1,15 +1,15 @@
|
|||
from functools import partial, reduce
|
||||
|
||||
from django.db.models.query import QuerySet
|
||||
from graphene.types import Field, List
|
||||
|
||||
from graphene import NonNull
|
||||
from graphene.types import Field, List
|
||||
from graphene.relay import ConnectionField, PageInfo
|
||||
from graphene.utils.get_unbound_function import get_unbound_function
|
||||
from graphql_relay.connection.arrayconnection import connection_from_list_slice
|
||||
from graphene_django.utils.utils import auth_resolver
|
||||
from promise import Promise
|
||||
|
||||
from graphene_django.utils.utils import auth_resolver
|
||||
from .settings import graphene_settings
|
||||
from .utils import maybe_queryset
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user