Skip to content

Commit 3d66159

Browse files
committed
Fixed lint error
1 parent d6740e9 commit 3d66159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene/core/types/tests/test_field.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class MyInput(InputObjectType):
136136
my_field = InputField(String, description='My input field', default='3')
137137

138138
my_input_field = InputField('MyInput')
139+
139140
class OtherInput(InputObjectType):
140141
my_input = my_input_field
141142

0 commit comments

Comments
 (0)