summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_smoke.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-12-15 21:48:38 -0500
committerWarren Weckesser <warren.weckesser@gmail.com>2019-12-15 21:48:38 -0500
commitd920a80bbda99562b50ff5296ebcdb2c81e8e8d5 (patch)
tree7d30ab8b7a9c38a6bf09171572310397aaf836b7 /numpy/random/tests/test_smoke.py
parentde06954b19a6c0980d48e4397adabfd15d808660 (diff)
downloadnumpy-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.py1
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