Skip to content

Commit 4fdf6f1

Browse files
committed
black-ed
1 parent af10f9f commit 4fdf6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql/execution/executor.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ def complete_value(
537537
GraphQLLocatedError( # type: ignore
538538
field_asts, original_error=error, path=path
539539
)
540-
if isinstance(error, GraphQLError) else error
540+
if isinstance(error, GraphQLError)
541+
else error
541542
),
542543
)
543544

0 commit comments

Comments
 (0)