diff options
Diffstat (limited to 'python/tqdm')
-rw-r--r-- | python/tqdm/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tqdm/README b/python/tqdm/README index 2e90cc0c5a..5700d663c3 100644 --- a/python/tqdm/README +++ b/python/tqdm/README @@ -5,5 +5,3 @@ tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ... - -Optional dependency: python3 |