Skip to content

Commit

Permalink
cosmit.
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Mar 8, 2024
1 parent c22cc00 commit bdd0ba3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions found/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,3 @@ async def limit(iterator, length):
return
length -= 1
yield item
# iterator = iterator.__aiter__()
# for _ in range(length):
# out = await iterator.__anext__()
# yield out

0 comments on commit bdd0ba3

Please sign in to comment.