mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 08:19:45 +03:00
Black
This commit is contained in:
parent
6ab767fe67
commit
74421df13f
|
@ -20,9 +20,9 @@ class ClientIDMutation(Mutation):
|
|||
assert not output, "Can't specify any output"
|
||||
assert not arguments, "Can't specify any arguments"
|
||||
|
||||
bases = (InputObjectType, )
|
||||
bases = (InputObjectType,)
|
||||
if input_class:
|
||||
bases = (input_class, ) + bases
|
||||
bases = (input_class,) + bases
|
||||
|
||||
if not input_fields:
|
||||
input_fields = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user