Skip to content

Commit

Permalink
black-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Aug 4, 2020
1 parent 0b9b91f commit d1997f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphql/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
)

Expand Down

0 comments on commit d1997f1

Please sign in to comment.