mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
fix type hint in rpc.py
This commit is contained in:
@@ -11,7 +11,7 @@ class JsonRpcError(Exception):
|
||||
|
||||
|
||||
class Rpc:
|
||||
def __init__(self, process: asyncio.Process) -> None:
|
||||
def __init__(self, process: asyncio.subprocess.Process) -> None:
|
||||
self.process = process
|
||||
self.event_queues: Dict[int, asyncio.Queue] = {}
|
||||
self.id = 0
|
||||
|
||||
Reference in New Issue
Block a user