summaryrefslogtreecommitdiff
path: root/numpy/testing
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-09-08 20:24:49 +0300
committermattip <matti.picus@gmail.com>2018-09-09 07:50:32 +0300
commit5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (patch)
treedab86a588ae34b5e706ac8a5f128c6ba8684e89e /numpy/testing
parent1b400ea346db432a20994b9848a88a5f42567263 (diff)
downloadnumpy-5e3412dfc139b733b136c2c3b508eb7bf7b8ec10.tar.gz
MAINT: remove redundant imports
Diffstat (limited to 'numpy/testing')
-rw-r--r--numpy/testing/tests/test_decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/tests/test_decorators.py b/numpy/testing/tests/test_decorators.py
index d00820b80..b8283d9de 100644
--- a/numpy/testing/tests/test_decorators.py
+++ b/numpy/testing/tests/test_decorators.py
@@ -29,7 +29,6 @@ class TestNoseDecorators(object):
pass
def test_slow(self):
- import nose
@dec.slow
def slow_func(x, y, z):
pass