mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-25 19:43:51 +03:00
Update get_unbound_function import
This commit is contained in:
parent
7272d34950
commit
3eee96c9ad
|
@ -6,8 +6,8 @@ from django.db.models.manager import Manager
|
|||
|
||||
|
||||
# from graphene.utils import LazyList
|
||||
from django.utils.six import get_unbound_function
|
||||
from graphene.types.resolver import get_default_resolver
|
||||
from graphene.utils.get_unbound_function import get_unbound_function
|
||||
|
||||
|
||||
class LazyList(object):
|
||||
|
|
Loading…
Reference in New Issue
Block a user