From 3c45bc35234faa07a4ac095fccbc4998c2481bdf Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Sat, 25 Mar 2006 11:29:22 +0000 Subject: remove unused import --- numpy/lib/scimath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/scimath.py') diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py index 3f1303f7e..21f2c5546 100644 --- a/numpy/lib/scimath.py +++ b/numpy/lib/scimath.py @@ -10,7 +10,7 @@ __all__ = ['sqrt', 'log', 'log2', 'logn','log10', 'power', 'arccos', import numpy.core.numeric as nx import numpy.core.numerictypes as nt from numpy.core.numeric import asarray, any -from numpy.lib.type_check import isreal, asscalar +from numpy.lib.type_check import isreal __all__.extend([key for key in dir(nx.umath) -- cgit v1.2.1