summaryrefslogtreecommitdiffstats
path: root/examples/progress-bar/styled-tqdm-1.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress-bar/styled-tqdm-1.py')
-rwxr-xr-xexamples/progress-bar/styled-tqdm-1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/styled-tqdm-1.py b/examples/progress-bar/styled-tqdm-1.py
index 9484ac0..a24f887 100755
--- a/examples/progress-bar/styled-tqdm-1.py
+++ b/examples/progress-bar/styled-tqdm-1.py
@@ -4,6 +4,7 @@ Styled similar to tqdm, another progress bar implementation in Python.
See: https://github.com/noamraph/tqdm
"""
+
import time
from prompt_toolkit.shortcuts import ProgressBar