Skip to content

Commit

Permalink
Appease mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Apr 29, 2021
1 parent 1eb12e5 commit 3a64e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a64e64

Please sign in to comment.