Skip to content

Commit 9b23a54

Browse files
authored
[tqdm] Add return type to tqdm.asyncio.gather (#13839)
1 parent 8e8254e commit 9b23a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/tqdm/tqdm/asyncio.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class tqdm_asyncio(std_tqdm[_T]):
8181
nrows: int | None = ...,
8282
colour: str | None = ...,
8383
delay: float | None = ...,
84-
): ...
84+
) -> list[_T]: ...
8585
@overload
8686
def __init__(
8787
self,

0 commit comments

Comments
 (0)