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