Skip to content

Commit 45542b6

Browse files
committed
Remove meaningless guard
1 parent 8bb55ed commit 45542b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphene_django/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def construct_fields(options):
3333
# Or when there is no back reference.
3434
continue
3535
converted = convert_django_field_with_choices(field, options.registry)
36-
if not converted:
37-
continue
3836
fields[name] = converted
3937

4038
return fields

0 commit comments

Comments
 (0)