summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
diff options
context:
space:
mode:
authorJamie Townsend <jamiehntownsend@gmail.com>2017-09-25 12:11:40 +0100
committerJamie Townsend <jamiehntownsend@gmail.com>2017-09-25 12:11:40 +0100
commit8a83a5fcf8580fbcb3caf3ab3d5971876d9da959 (patch)
tree6bc665790e1e2d554749815bf63257ce18559d75 /numpy/core/shape_base.py
parent5f9f1faf6fc0bacd737bb191b2ae8c054fe7c7ae (diff)
downloadnumpy-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.py1
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.