summaryrefslogtreecommitdiff
path: root/numpy/core/umath.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/umath.py')
-rw-r--r--numpy/core/umath.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/numpy/core/umath.py b/numpy/core/umath.py
index c3cebb03f..d2f769505 100644
--- a/numpy/core/umath.py
+++ b/numpy/core/umath.py
@@ -8,9 +8,7 @@ by importing from the extension module.
from . import _multiarray_umath
from ._multiarray_umath import * # noqa: F403
-from ._multiarray_umath import (
- _UFUNC_API, _add_newdoc_ufunc, _ones_like
- )
+from ._multiarray_umath import _UFUNC_API, _add_newdoc_ufunc
__all__ = [
'_UFUNC_API', 'ERR_CALL', 'ERR_DEFAULT', 'ERR_IGNORE', 'ERR_LOG',