Appease mypy

mp_teardown_hardening
Tyler Goodlet 2021-04-28 22:26:06 -04:00
parent c4b42000eb
commit 9f38406e85
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ async def mp_new_proc(
else:
fs_info = (None, None, None, None, None)
proc = _ctx.Process( # type: ignore
proc: mp.Process = _ctx.Process( # type: ignore
target=_mp_main,
args=(
subactor,