diff --git a/tractor/_clustering.py b/tractor/_clustering.py index 410459b..6d7e7c8 100644 --- a/tractor/_clustering.py +++ b/tractor/_clustering.py @@ -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] = {}