From 32129453da0f9bf0f352adaaff79f884d2bf52bc Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 16 Mar 2019 21:46:59 +0200 Subject: DEV: cleanup imports and some assignments (from LGTM) --- numpy/core/shape_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/shape_base.py') 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 -- cgit v1.2.1