From b4ce3ec93f5dfb3d50707e1ed2fea71d7eed0841 Mon Sep 17 00:00:00 2001 From: Shantanu Jain Date: Fri, 27 Dec 2024 12:06:27 -0800 Subject: [PATCH] tqdm: remove useless `__new__` --- stubs/tqdm/tqdm/std.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/stubs/tqdm/tqdm/std.pyi b/stubs/tqdm/tqdm/std.pyi index 297b01784d10..9fe39a8e1b98 100644 --- a/stubs/tqdm/tqdm/std.pyi +++ b/stubs/tqdm/tqdm/std.pyi @@ -122,7 +122,6 @@ class tqdm(Comparable, Generic[_T]): gui: bool = False, **kwargs, ) -> None: ... - def __new__(cls, *_, **__) -> Self: ... @classmethod def write(cls, s: str, file: SupportsWrite[str] | None = None, end: str = "\n", nolock: bool = False) -> None: ... @classmethod