From 1c218e97f14cf47672cb212e6645002940463ca8 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 28 Aug 2016 13:37:28 -0600 Subject: STY: Small PEP8 cleanups. --- numpy/testing/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/testing/utils.py') diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 20f7a9ac2..c7f4a0aa7 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -48,6 +48,7 @@ verbose = 0 IS_PYPY = '__pypy__' in sys.modules HAS_REFCOUNT = getattr(sys, 'getrefcount', None) is not None + def import_nose(): """ Import nose only when needed. """ -- cgit v1.2.1