diff options
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/type_check.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/type_check.py b/numpy/lib/type_check.py index edea02b62..c116c7e4a 100644 --- a/numpy/lib/type_check.py +++ b/numpy/lib/type_check.py @@ -8,7 +8,6 @@ __all__ = ['iscomplexobj','isrealobj','imag','iscomplex', import numpy.core.numeric as _nx from numpy.core.numeric import asarray, asanyarray, array, isnan, \ obj2sctype, zeros -from numpy.core.multiarray import METADATA_DTSTR from ufunclike import isneginf, isposinf _typecodes_by_elsize = 'GDFgdfQqLlIiHhBb?' |