Skip to content

Commit 368a2a0

Browse files
committed
(Fit line length < 120)
1 parent 4fa0df4 commit 368a2a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphene/types/mutation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def __init_subclass_with_meta__(cls, resolver=None, output=None, arguments=None,
5050
warn_deprecation((
5151
"Please use {name}.Arguments instead of {name}.Input."
5252
"Input is now only used in ClientMutationID.\n"
53-
"Read more: https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#mutation-input"
53+
"Read more:"
54+
" https://github.com/graphql-python/graphene/blob/v2.0.0/UPGRADE-v2.0.md#mutation-input"
5455
).format(name=cls.__name__))
5556

5657
if input_class:

0 commit comments

Comments
 (0)