Skip to content

Commit

Permalink
Remove Iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaikov committed Dec 18, 2024
1 parent 9a1f6dd commit f5afa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/tqdm/tqdm/asyncio.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class tqdm_asyncio(std_tqdm[_T]):
@overload
def __init__(
self,
iterable: Iterable[_T] | Iterator[_T] | AsyncIterator[_T],
iterable: Iterable[_T] | AsyncIterator[_T],
desc: str | None = ...,
total: float | None = ...,
leave: bool | None = ...,
Expand Down

0 comments on commit f5afa14

Please sign in to comment.