From a5d1fdf0d63900637ed0d563e7edad14211cc9a9 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Wed, 1 Nov 2017 21:12:22 -0700 Subject: [PATCH] mypy: Add type parameter for IO in test-queue-worker-reload. --- tools/test-queue-worker-reload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-queue-worker-reload b/tools/test-queue-worker-reload index cbbfce43b7..9b62e8b75b 100755 --- a/tools/test-queue-worker-reload +++ b/tools/test-queue-worker-reload @@ -35,7 +35,7 @@ successful_worker_launches = [ ] def check_worker_launch(logfile): - # type: (IO) -> Text + # type: (IO[str]) -> Text def check(content): # type: (str) -> bool flag = True