Skip to content

Commit 1e46d74

Browse files
authored
Mypy issues (#278)
1 parent 8e2c89e commit 1e46d74

19 files changed

+374
-243
lines changed

graphql/execution/tests/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def deeper(self):
116116
"f": GraphQLField(GraphQLString),
117117
"pic": GraphQLField(
118118
args={"size": GraphQLArgument(GraphQLInt)},
119-
type=GraphQLString,
119+
type_=GraphQLString,
120120
resolver=lambda obj, info, size: obj.pic(size),
121121
),
122122
"deep": GraphQLField(DeepDataType),

0 commit comments

Comments
 (0)