diff options
author | mattip <matti.picus@gmail.com> | 2019-03-16 21:46:59 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-17 09:05:25 +0200 |
commit | 32129453da0f9bf0f352adaaff79f884d2bf52bc (patch) | |
tree | b7ce2d438f054385ebc5648a0e136b24cdbdfbfe /numpy/core/shape_base.py | |
parent | bee436da4efb2240752eea751971aa6ea5a3bb48 (diff) | |
download | numpy-32129453da0f9bf0f352adaaff79f884d2bf52bc.tar.gz |
DEV: cleanup imports and some assignments (from LGTM)
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 |