Skip to content

Commit 4d6aa6a

Browse files
author
Daniel Gallagher
committed
Make mypy happy by fixing type annotation
1 parent b4547b1 commit 4d6aa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/execution/tests/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def resolve(self, next, *args, **kwargs):
143143

144144

145145
def test_middleware_chain(capsys):
146-
# type: () -> None
146+
# type: (Any) -> None
147147
class CharPrintingMiddleware(object):
148148
def __init__(self, char):
149149
# type: (str) -> None

0 commit comments

Comments
 (0)