mirror of https://github.com/zulip/zulip.git
mypy: Add type parameter for IO in test-queue-worker-reload.
This commit is contained in:
parent
458ab3020d
commit
a5d1fdf0d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue