From 70ed0f238156680efba9b4028810f3aed486357b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 8 Aug 2008 04:33:45 +0000 Subject: ran reindent --- numpy/lib/arraysetops.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/arraysetops.py') diff --git a/numpy/lib/arraysetops.py b/numpy/lib/arraysetops.py index 8bd76d17f..cd9a87931 100644 --- a/numpy/lib/arraysetops.py +++ b/numpy/lib/arraysetops.py @@ -330,4 +330,3 @@ def setdiff1d(ar1, ar2): return aux else: return np.asarray(ar1)[aux == 0] - -- cgit v1.2.1