Skip to content

Commit

Permalink
Rebase onto main
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 6, 2024
1 parent 7d5659a commit 2a918ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioitertools/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,4 @@ async def zip(*itrs: AnyIterable[Any]) -> AsyncIterator[Tuple[Any, ...]]:
)
if builtins.any(isinstance(v, AnyStop) for v in values):
break
yield tuple(values)
yield builtins.tuple(values)

0 comments on commit 2a918ec

Please sign in to comment.