From 8c663313de36e860bbfea0909de181d330bfdfc7 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sun, 20 Apr 2008 11:49:35 +0000 Subject: ran reindent in preparation for the 1.1 release --- numpy/oldnumeric/ma.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/oldnumeric/ma.py') 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) - - -- cgit v1.2.1