From d1997f158dad2e3e0cddc87404abf332daa7609b Mon Sep 17 00:00:00 2001 From: Denis Otkidach Date: Mon, 6 Apr 2020 11:59:34 +0300 Subject: [PATCH] black-ed --- graphql/execution/executor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphql/execution/executor.py b/graphql/execution/executor.py index 3fa4c2cc..405478de 100644 --- a/graphql/execution/executor.py +++ b/graphql/execution/executor.py @@ -537,7 +537,8 @@ def complete_value( GraphQLLocatedError( # type: ignore field_asts, original_error=error, path=path ) - if isinstance(error, GraphQLError) else error + if isinstance(error, GraphQLError) + else error ), )