diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-03-17 15:01:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-17 15:01:28 -0600 |
commit | d89c4c7e7850578e5ee61e3e09abd86318906975 (patch) | |
tree | 6736e5339887d30ea1207a8a943fd4161e714279 /numpy/lib/function_base.py | |
parent | 1a92b74a5387f676dd389ffd91054e8c2733f413 (diff) | |
parent | 32129453da0f9bf0f352adaaff79f884d2bf52bc (diff) | |
download | numpy-d89c4c7e7850578e5ee61e3e09abd86318906975.tar.gz |
Merge pull request #13140 from mattip/lgtm-fixes
DEV: cleanup imports and some assignments (from LGTM)
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index b61a64b8e..fb40ef927 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -31,7 +31,6 @@ from numpy.core.overrides import set_module from numpy.core import overrides from numpy.core.function_base import add_newdoc from numpy.lib.twodim_base import diag -from .utils import deprecate from numpy.core.multiarray import ( _insert, add_docstring, bincount, normalize_axis_index, _monotonicity, interp as compiled_interp, interp_complex as compiled_interp_complex |