mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
removing stray commented line
This commit is contained in:
parent
6e07ef0c38
commit
ed8eac9cdf
|
@ -67,4 +67,3 @@ def convert_form_field_to_list_or_connection(field):
|
||||||
@convert_form_field.register(forms.ModelChoiceField)
|
@convert_form_field.register(forms.ModelChoiceField)
|
||||||
def convert_form_field_to_djangomodel(field):
|
def convert_form_field_to_djangomodel(field):
|
||||||
return ID()
|
return ID()
|
||||||
# return DjangoModelField(field.queryset.model, description=field.help_text)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user