summaryrefslogtreecommitdiff
path: root/numpy/testing/numpytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/numpytest.py')
-rw-r--r--numpy/testing/numpytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/numpytest.py b/numpy/testing/numpytest.py
index 06229630a..c08215383 100644
--- a/numpy/testing/numpytest.py
+++ b/numpy/testing/numpytest.py
@@ -623,7 +623,7 @@ class NumpyTest:
""" Run Numpy module test suite with level and verbosity
taken from sys.argv. Requires optparse module.
"""
-
+
# delayed import of shlex to reduce startup time
import shlex