mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-16 19:40:39 +03:00
Fixed isort
This commit is contained in:
parent
137ba49868
commit
79c7d070db
|
@ -72,6 +72,7 @@ class DjangoInterface(six.with_metaclass(
|
||||||
|
|
||||||
|
|
||||||
class DjangoConnection(Connection):
|
class DjangoConnection(Connection):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_list(cls, iterable, *args, **kwargs):
|
def from_list(cls, iterable, *args, **kwargs):
|
||||||
iterable = maybe_queryset(iterable)
|
iterable = maybe_queryset(iterable)
|
||||||
|
|
|
@ -2,6 +2,7 @@ import inspect
|
||||||
import warnings
|
import warnings
|
||||||
from collections import Iterable
|
from collections import Iterable
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
from graphql_relay.connection.arrayconnection import connection_from_list
|
from graphql_relay.connection.arrayconnection import connection_from_list
|
||||||
from graphql_relay.node.node import to_global_id
|
from graphql_relay.node.node import to_global_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user