Skip to content

Commit

Permalink
Merge pull request #253 from overclockworked64/fix-type-annotation
Browse files Browse the repository at this point in the history
Fix type annotations
  • Loading branch information
goodboy authored Oct 23, 2021
2 parents 71b8f9f + 5040035 commit ebf080b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tractor/_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {}
Expand Down

0 comments on commit ebf080b

Please sign in to comment.