summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py
index 0487b320e..713687199 100644
--- a/numpy/core/_internal.py
+++ b/numpy/core/_internal.py
@@ -185,7 +185,7 @@ def _commastring(astr):
else:
newitem = (dtype, eval(repeats))
result.append(newitem)
-
+
return result
def _getintp_ctype():