diff --git a/stubs/tqdm/tqdm/asyncio.pyi b/stubs/tqdm/tqdm/asyncio.pyi index 78161f0d4c72..c0c1af4f3314 100644 --- a/stubs/tqdm/tqdm/asyncio.pyi +++ b/stubs/tqdm/tqdm/asyncio.pyi @@ -16,7 +16,7 @@ class tqdm_asyncio(std_tqdm[_T]): iterable_iterator: Iterator[_T] def __aiter__(self) -> Self: ... - async def __anext__(self) -> Awaitable[_T]: ... + async def __anext__(self) -> _T: ... def send(self, *args, **kwargs): ... @classmethod def as_completed(