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 cc05232a2..0c2e6dfab 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -48,4 +48,3 @@ __all__ += histograms.__all__ from numpy.testing import _numpy_tester test = _numpy_tester().test -bench = _numpy_tester().bench |