summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/scimath.py')
-rw-r--r--numpy/lib/scimath.py2
1 files changed, 1 insertions, 1 deletions
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)