mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-25 12:03:41 +03:00
Fixed flake8 issues in mutation
This commit is contained in:
parent
5696c5af4f
commit
e71b59a8c3
|
@ -14,7 +14,8 @@ class ClientIDMutation(Mutation):
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def __init_subclass_with_meta__(cls, output=None, input_fields=None, arguments=None, name=None, abstract=False, **options):
|
def __init_subclass_with_meta__(cls, output=None, input_fields=None,
|
||||||
|
arguments=None, name=None, abstract=False, **options):
|
||||||
if abstract:
|
if abstract:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user