From 368a2a02fe38be577c7274cdd3e0788a2b2155b5 Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Thu, 8 Feb 2018 01:26:27 +0200 Subject: [PATCH] (Fit line length < 120) --- graphene/types/mutation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphene/types/mutation.py b/graphene/types/mutation.py index 84a509aa..97a1bd5e 100644 --- a/graphene/types/mutation.py +++ b/graphene/types/mutation.py @@ -50,7 +50,8 @@ class Mutation(ObjectType): warn_deprecation(( "Please use {name}.Arguments instead of {name}.Input." "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__)) if input_class: