summaryrefslogtreecommitdiffstats
path: root/tqdm/gui.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 15:59:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 15:59:52 +0000
commita2eb45dc71bcd8ec656e4357e66e674e2c3fa17e (patch)
tree6874a3d60e42c8c0fd8bf7b201806e1a2ca32c24 /tqdm/gui.py
parentAdding upstream version 4.66.2. (diff)
downloadtqdm-upstream.tar.xz
tqdm-upstream.zip
Adding upstream version 4.66.4.upstream/4.66.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tqdm/gui.py')
-rw-r--r--tqdm/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqdm/gui.py b/tqdm/gui.py
index 8bab6ac..1a80681 100644
--- a/tqdm/gui.py
+++ b/tqdm/gui.py
@@ -32,7 +32,7 @@ class tqdm_gui(std_tqdm): # pragma: no cover
kwargs = kwargs.copy()
kwargs['gui'] = True
colour = kwargs.pop('colour', 'g')
- super(tqdm_gui, self).__init__(*args, **kwargs)
+ super().__init__(*args, **kwargs)
if self.disable:
return