Skip to content

Commit 0c7be5c

Browse files
committed
pep8 fixes
1 parent d959cf5 commit 0c7be5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

graphene/contrib/django/tests/filters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ class Meta:
2121
model = Pet
2222
fields = ['name']
2323
order_by = False
24-

graphene/contrib/django/tests/test_form_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,3 @@ def test_should_manytoone_convert_connectionorlist():
103103
field = forms.ModelChoiceField(Reporter.objects.all())
104104
graphene_type = convert_form_field(field)
105105
assert isinstance(graphene_type, graphene.ID)
106-

0 commit comments

Comments
 (0)