Remove progress bar.

This commit is contained in:
Sergey Vartanov 2021-09-30 23:45:24 +03:00
parent 6ffa91344a
commit 96514ddf95
4 changed files with 22 additions and 47 deletions

View file

@ -310,9 +310,6 @@ def progress_bar(
subsequently)
:param text: short description
"""
if number == 0:
sys.stdout.write(text + "...\n")
return
if number == -1:
sys.stdout.write(f"100 % {length * ''}{text}\n")
elif number % step == 0: