Skip to content

Commit 6720944

Browse files
committed
Reformatting by pre-commit hook
1 parent cca698c commit 6720944

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

graphql/execution/tests/test_executor_asyncio.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ def resolver(context, *_):
129129
raise Error("UH OH!")
130130

131131
Type = GraphQLObjectType(
132-
"Type",
133-
{
134-
"a": GraphQLField(GraphQLString, resolver=resolver),
135-
},
132+
"Type", {"a": GraphQLField(GraphQLString, resolver=resolver)}
136133
)
137134

138135
with pytest.raises(Error):

0 commit comments

Comments
 (0)