[tqdm] Add return type to tqdm.asyncio.gather (#13839)

This commit is contained in:
CatBraaain
2025-04-16 18:11:32 +09:00
committed by GitHub
parent 8e8254e442
commit 9b23a54897
+1 -1
View File
@@ -81,7 +81,7 @@ class tqdm_asyncio(std_tqdm[_T]):
nrows: int | None = ...,
colour: str | None = ...,
delay: float | None = ...,
): ...
) -> list[_T]: ...
@overload
def __init__(
self,