Skip to content

Commit ed8eac9

Browse files
committed
removing stray commented line
1 parent 6e07ef0 commit ed8eac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphene/contrib/django/form_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ def convert_form_field_to_list_or_connection(field):
6767
@convert_form_field.register(forms.ModelChoiceField)
6868
def convert_form_field_to_djangomodel(field):
6969
return ID()
70-
# return DjangoModelField(field.queryset.model, description=field.help_text)

0 commit comments

Comments
 (0)