From 9351f2e02f643a9fadb35d8bb9eacf804b905d51 Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Tue, 9 Sep 2008 17:48:47 +0000 Subject: Removed unused imports. --- 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 19efbc452..270927321 100644 --- a/numpy/lib/arraysetops.py +++ b/numpy/lib/arraysetops.py @@ -35,7 +35,6 @@ last revision: 07.01.2007 __all__ = ['ediff1d', 'unique1d', 'intersect1d', 'intersect1d_nu', 'setxor1d', 'setmember1d', 'union1d', 'setdiff1d'] -import time import numpy as np def ediff1d(ary, to_end=None, to_begin=None): -- cgit v1.2.1