(Fit line length < 120)

This commit is contained in:
Pi Delport 2018-02-08 01:26:27 +02:00
parent 4fa0df401a
commit 368a2a02fe

View File

@ -50,7 +50,8 @@ class Mutation(ObjectType):
warn_deprecation(( warn_deprecation((
"Please use {name}.Arguments instead of {name}.Input." "Please use {name}.Arguments instead of {name}.Input."
"Input is now only used in ClientMutationID.\n" "Input is now only used in ClientMutationID.\n"
"Read more: https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#mutation-input" "Read more:"
" https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#mutation-input"
).format(name=cls.__name__)) ).format(name=cls.__name__))
if input_class: if input_class: