diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-08-28 13:37:28 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-08-28 13:37:28 -0600 |
commit | 1c218e97f14cf47672cb212e6645002940463ca8 (patch) | |
tree | dccd918a6395e078e4a84deb27515bbd0754de12 /numpy/testing/utils.py | |
parent | 3c34457ac9e6c11f9197f513013d8ab1ee9d9236 (diff) | |
download | numpy-1c218e97f14cf47672cb212e6645002940463ca8.tar.gz |
STY: Small PEP8 cleanups.
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. """ |