mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +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):
|
||||
|
||||
@classmethod
|
||||
def from_list(cls, iterable, *args, **kwargs):
|
||||
iterable = maybe_queryset(iterable)
|
||||
|
|
|
@ -2,6 +2,7 @@ import inspect
|
|||
import warnings
|
||||
from collections import Iterable
|
||||
from functools import wraps
|
||||
|
||||
from graphql_relay.connection.arrayconnection import connection_from_list
|
||||
from graphql_relay.node.node import to_global_id
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user