diff options
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index cd23c7cc0..f7733a92a 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -95,8 +95,6 @@ def extend_all(module): extend_all(umath) extend_all(numerictypes) -abs = absolute - newaxis = None ndarray = multiarray.ndarray |