summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-07-05 10:18:57 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-07-05 10:35:01 -0600
commitad40c230c4da2ca336bed6b093e8efaba590eec3 (patch)
tree18abebb0ba7b594a122a690c1866be75cae2fdea /numpy/testing/decorators.py
parentc80c609950fe5aeecf3082d397c7b5149a834fca (diff)
downloadnumpy-ad40c230c4da2ca336bed6b093e8efaba590eec3.tar.gz
MAINT: pyflakes for numpy/testing, numpy/testing/tests.
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r--numpy/testing/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py
index 22026ec42..56962b93c 100644
--- a/numpy/testing/decorators.py
+++ b/numpy/testing/decorators.py
@@ -247,7 +247,6 @@ def deprecated(conditional=True):
# Local import to avoid a hard nose dependency and only incur the
# import time overhead at actual test-time.
import nose
- from .noseclasses import KnownFailureTest
def _deprecated_imp(*args, **kwargs):
# Poor man's replacement for the with statement