We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8254e commit 9b23a54Copy full SHA for 9b23a54
1 file changed
stubs/tqdm/tqdm/asyncio.pyi
@@ -81,7 +81,7 @@ class tqdm_asyncio(std_tqdm[_T]):
81
nrows: int | None = ...,
82
colour: str | None = ...,
83
delay: float | None = ...,
84
- ): ...
+ ) -> list[_T]: ...
85
@overload
86
def __init__(
87
self,
0 commit comments