diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-11 10:40:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 10:40:44 -0500 |
commit | ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21 (patch) | |
tree | 863c53f43d8d60b208bfd555883e8d852407c01e /numpy/testing/tests | |
parent | b1187f667a2bb5d7a0c519192440a5116a948180 (diff) | |
parent | 5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (diff) | |
download | numpy-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.py | 1 |
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 |