summaryrefslogtreecommitdiff
path: root/numpy/core/umath.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-02-07 14:12:15 -0800
committerGitHub <noreply@github.com>2020-02-07 14:12:15 -0800
commitcef4dc9d91d980c3df816de00154a22e96439fa4 (patch)
tree9b2566ff1c8254e32ac67b5c3268176e8d47c19a /numpy/core/umath.py
parent7b4c8731353586b50756be3b5c6e134211840876 (diff)
parent07bf33fbf5be8143aab037dc65aba3086f8badf6 (diff)
downloadnumpy-cef4dc9d91d980c3df816de00154a22e96439fa4.tar.gz
Merge pull request #15465 from mwtoews/imports
MAINT: cleanup unused imports; avoid redefinition of imports
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',