From 9b23a5489719721f58c773fa75a26dc8124c6a09 Mon Sep 17 00:00:00 2001 From: CatBraaain <84499939+CatBraaain@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:11:32 +0900 Subject: [PATCH] [tqdm] Add return type to tqdm.asyncio.gather (#13839) --- stubs/tqdm/tqdm/asyncio.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/tqdm/tqdm/asyncio.pyi b/stubs/tqdm/tqdm/asyncio.pyi index ec11fe561..78161f0d4 100644 --- a/stubs/tqdm/tqdm/asyncio.pyi +++ b/stubs/tqdm/tqdm/asyncio.pyi @@ -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,