mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34: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
|
||||
return
|
||||
elif (
|
||||
isinstance(resolver, functools.partial)
|
||||
isinstance(resolver, functools.partial)
|
||||
and resolver.func is get_default_resolver()
|
||||
):
|
||||
return instance_from_get_node
|
||||
|
|
Loading…
Reference in New Issue
Block a user