forked from goodboy/tractor
1
0
Fork 0

Fix type annotations

graceful_gather
overclockworked64 2021-10-24 00:47:26 +02:00
parent 71b8f9f1ea
commit 50400359b8
No known key found for this signature in database
GPG Key ID: 0E4A3AD9DB596812
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ async def open_actor_cluster(
start_method: Optional[str] = None,
hard_kill: bool = False,
) -> AsyncGenerator[
list[str],
dict[str, tractor.Portal]
dict[str, tractor.Portal],
None,
]:
portals: dict[str, tractor.Portal] = {}