summaryrefslogtreecommitdiff
path: root/numpy/testing/tests
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-11 10:40:44 -0500
committerGitHub <noreply@github.com>2018-09-11 10:40:44 -0500
commitccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21 (patch)
tree863c53f43d8d60b208bfd555883e8d852407c01e /numpy/testing/tests
parentb1187f667a2bb5d7a0c519192440a5116a948180 (diff)
parent5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (diff)
downloadnumpy-ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21.tar.gz
Merge pull request #11909 from mattip/flake8-cleanups
MAINT: flake8 cleanups
Diffstat (limited to 'numpy/testing/tests')
-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