summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_shape_base.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2020-01-01 07:50:29 -0500
committerWarren Weckesser <warren.weckesser@gmail.com>2020-01-01 07:50:29 -0500
commitd690452646711f9091c73de471463e795d12acfc (patch)
tree7904b04ebf1e9fb0b91a90af4762e6f506f19014 /numpy/lib/tests/test_shape_base.py
parentbaa3786ef02cb8d56ed1c16a105b857e87adf29a (diff)
downloadnumpy-d690452646711f9091c73de471463e795d12acfc.tar.gz
MAINT: lib: Clean up in tests.
* Remove a few unused imports in several files.
Diffstat (limited to 'numpy/lib/tests/test_shape_base.py')
-rw-r--r--numpy/lib/tests/test_shape_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_shape_base.py b/numpy/lib/tests/test_shape_base.py
index be1604a75..ff9019e3d 100644
--- a/numpy/lib/tests/test_shape_base.py
+++ b/numpy/lib/tests/test_shape_base.py
@@ -1,7 +1,6 @@
from __future__ import division, absolute_import, print_function
import numpy as np
-import warnings
import functools
import sys
import pytest