diff options
author | Jamie Townsend <jamiehntownsend@gmail.com> | 2017-09-25 12:11:40 +0100 |
---|---|---|
committer | Jamie Townsend <jamiehntownsend@gmail.com> | 2017-09-25 12:11:40 +0100 |
commit | 8a83a5fcf8580fbcb3caf3ab3d5971876d9da959 (patch) | |
tree | 6bc665790e1e2d554749815bf63257ce18559d75 /numpy/core/shape_base.py | |
parent | 5f9f1faf6fc0bacd737bb191b2ae8c054fe7c7ae (diff) | |
download | numpy-8a83a5fcf8580fbcb3caf3ab3d5971876d9da959.tar.gz |
rm extra line from near top of shape_base
Diffstat (limited to 'numpy/core/shape_base.py')
-rw-r--r-- | numpy/core/shape_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index 73639f286..22a8ac304 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -8,7 +8,6 @@ from . import numeric as _nx from .numeric import array, asanyarray, newaxis from .multiarray import normalize_axis_index - def atleast_1d(*arys): """ Convert inputs to arrays with at least one dimension. |