mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
pep8 fixes
This commit is contained in:
parent
d959cf5a84
commit
0c7be5c86e
|
@ -21,4 +21,3 @@ class PetFilter(django_filters.FilterSet):
|
|||
model = Pet
|
||||
fields = ['name']
|
||||
order_by = False
|
||||
|
||||
|
|
|
@ -103,4 +103,3 @@ def test_should_manytoone_convert_connectionorlist():
|
|||
field = forms.ModelChoiceField(Reporter.objects.all())
|
||||
graphene_type = convert_form_field(field)
|
||||
assert isinstance(graphene_type, graphene.ID)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user