mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 17:54:01 +08:00
[tqdm] Add return type to tqdm.asyncio.gather (#13839)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user