Fix type annotations
parent
71b8f9f1ea
commit
50400359b8
|
@ -20,8 +20,8 @@ async def open_actor_cluster(
|
||||||
start_method: Optional[str] = None,
|
start_method: Optional[str] = None,
|
||||||
hard_kill: bool = False,
|
hard_kill: bool = False,
|
||||||
) -> AsyncGenerator[
|
) -> AsyncGenerator[
|
||||||
list[str],
|
dict[str, tractor.Portal],
|
||||||
dict[str, tractor.Portal]
|
None,
|
||||||
]:
|
]:
|
||||||
|
|
||||||
portals: dict[str, tractor.Portal] = {}
|
portals: dict[str, tractor.Portal] = {}
|
||||||
|
|
Loading…
Reference in New Issue