diff options
Diffstat (limited to 'numpy/core/shape_base.py')
-rw-r--r-- | numpy/core/shape_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index e43519689..0eac772e8 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -5,7 +5,6 @@ __all__ = ['atleast_1d', 'atleast_2d', 'atleast_3d', 'block', 'hstack', import functools import operator -import types import warnings from . import numeric as _nx |