Skip to content

Commit

Permalink
Make mypy happy by fixing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gallagher committed Jul 13, 2018
1 parent b4547b1 commit 4d6aa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/execution/tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def resolve(self, next, *args, **kwargs):


def test_middleware_chain(capsys):
# type: () -> None
# type: (Any) -> None
class CharPrintingMiddleware(object):
def __init__(self, char):
# type: (str) -> None
Expand Down

0 comments on commit 4d6aa6a

Please sign in to comment.