diff options
Diffstat (limited to 'numpy/lib/arraysetops.py')
-rw-r--r-- | numpy/lib/arraysetops.py | 1 |
1 files changed, 0 insertions, 1 deletions
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] - |