summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/ma.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/ma.py')
-rw-r--r--numpy/oldnumeric/ma.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/oldnumeric/ma.py b/numpy/oldnumeric/ma.py
index 1e8e831ba..532e4f905 100644
--- a/numpy/oldnumeric/ma.py
+++ b/numpy/oldnumeric/ma.py
@@ -2265,5 +2265,3 @@ def average(a, axis=0, weights=None, returned=0):
def take(a, indices, axis=0):
return new_take(a, indices, axis)
-
-