diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2019-12-15 21:48:38 -0500 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2019-12-15 21:48:38 -0500 |
commit | d920a80bbda99562b50ff5296ebcdb2c81e8e8d5 (patch) | |
tree | 7d30ab8b7a9c38a6bf09171572310397aaf836b7 /numpy/random/tests/test_smoke.py | |
parent | de06954b19a6c0980d48e4397adabfd15d808660 (diff) | |
download | numpy-d920a80bbda99562b50ff5296ebcdb2c81e8e8d5.tar.gz |
MAINT: random: Remove a few unused imports from test files.
Diffstat (limited to 'numpy/random/tests/test_smoke.py')
-rw-r--r-- | numpy/random/tests/test_smoke.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/tests/test_smoke.py b/numpy/random/tests/test_smoke.py index 58ef6a09a..cdaac5ebb 100644 --- a/numpy/random/tests/test_smoke.py +++ b/numpy/random/tests/test_smoke.py @@ -1,5 +1,4 @@ import pickle -import time from functools import partial import numpy as np |