mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 17:47:12 +03:00
Remove meaningless guard
This commit is contained in:
parent
8bb55ed79d
commit
45542b6a93
|
@ -33,8 +33,6 @@ def construct_fields(options):
|
|||
# Or when there is no back reference.
|
||||
continue
|
||||
converted = convert_django_field_with_choices(field, options.registry)
|
||||
if not converted:
|
||||
continue
|
||||
fields[name] = converted
|
||||
|
||||
return fields
|
||||
|
|
Loading…
Reference in New Issue
Block a user