mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-23 10:03:54 +03:00
Fixed lint error
This commit is contained in:
parent
d6740e9ff5
commit
3d66159826
|
@ -136,6 +136,7 @@ def test_inputfield_string_reference():
|
|||
my_field = InputField(String, description='My input field', default='3')
|
||||
|
||||
my_input_field = InputField('MyInput')
|
||||
|
||||
class OtherInput(InputObjectType):
|
||||
my_input = my_input_field
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user