From 71226f45c6d97536dea0d560ed436744223602e5 Mon Sep 17 00:00:00 2001 From: Hunter Hogan Date: Tue, 4 Aug 2026 10:20:52 -0500 Subject: [PATCH] [tqdm] add base class property types --- stubs/tqdm/tqdm/std.pyi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stubs/tqdm/tqdm/std.pyi b/stubs/tqdm/tqdm/std.pyi index 761cdf0b809c..bfe70a783c02 100644 --- a/stubs/tqdm/tqdm/std.pyi +++ b/stubs/tqdm/tqdm/std.pyi @@ -167,12 +167,12 @@ class tqdm(Comparable, Generic[_T]): ) -> None: ... iterable: Incomplete - disable: Incomplete + disable: bool | None pos: Incomplete n: Incomplete - total: Incomplete + total: float | int | None leave: Incomplete - desc: Incomplete + desc: str fp: Incomplete ncols: Incomplete nrows: Incomplete