mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
remove white space
This commit is contained in:
parent
bdba144e42
commit
9906712e6c
|
@ -359,7 +359,7 @@ def convert_field_to_djangomodel(field, registry=None):
|
||||||
# no instance to return
|
# no instance to return
|
||||||
return
|
return
|
||||||
elif (
|
elif (
|
||||||
isinstance(resolver, functools.partial)
|
isinstance(resolver, functools.partial)
|
||||||
and resolver.func is get_default_resolver()
|
and resolver.func is get_default_resolver()
|
||||||
):
|
):
|
||||||
return instance_from_get_node
|
return instance_from_get_node
|
||||||
|
|
Loading…
Reference in New Issue
Block a user