diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:25:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:25:08 +0000 |
commit | d7f67a741417e84c1106ff7f7d35d0968f56aba4 (patch) | |
tree | 27ee221971a079ec58aa5b67852015bee61751d6 /tests/tests_dask.py | |
parent | Adding debian version 4.64.1-4. (diff) | |
download | tqdm-d7f67a741417e84c1106ff7f7d35d0968f56aba4.tar.xz tqdm-d7f67a741417e84c1106ff7f7d35d0968f56aba4.zip |
Merging upstream version 4.66.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/tests_dask.py')
-rw-r--r-- | tests/tests_dask.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests_dask.py b/tests/tests_dask.py index 8bf4b64..16992bf 100644 --- a/tests/tests_dask.py +++ b/tests/tests_dask.py @@ -1,5 +1,3 @@ -from __future__ import division - from time import sleep from .tests_tqdm import importorskip, mark |