diff options
Diffstat (limited to 'numpy/lib/__init__.py')
-rw-r--r-- | numpy/lib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py index f1b9cd2cf..ba353a093 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -39,4 +39,3 @@ __all__ += financial.__all__ from numpy.testing import Tester test = Tester().test bench = Tester().bench - |