Skip to content

Commit

Permalink
Mypy issues (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja authored May 12, 2020
1 parent 8e2c89e commit 1e46d74
Show file tree
Hide file tree
Showing 19 changed files with 374 additions and 243 deletions.
2 changes: 1 addition & 1 deletion graphql/execution/tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def deeper(self):
"f": GraphQLField(GraphQLString),
"pic": GraphQLField(
args={"size": GraphQLArgument(GraphQLInt)},
type=GraphQLString,
type_=GraphQLString,
resolver=lambda obj, info, size: obj.pic(size),
),
"deep": GraphQLField(DeepDataType),
Expand Down
Loading

0 comments on commit 1e46d74

Please sign in to comment.