diff options
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index db99294bc..db7bc0368 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -150,7 +150,6 @@ else: # no-one else in the world is using it (though I hope not) from .testing import Tester, _numpy_tester test = _numpy_tester().test - bench = _numpy_tester().bench # Allow distributors to run custom init code from . import _distributor_init |