remove white space

This commit is contained in:
M. Hamad 2023-04-17 01:01:41 +03:00 committed by GitHub
parent bdba144e42
commit 9906712e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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