diff options
author | default-303 <ajayds2001@gmail.com> | 2021-05-25 14:34:30 +0530 |
---|---|---|
committer | default-303 <ajayds2001@gmail.com> | 2021-05-25 14:34:30 +0530 |
commit | b3e54cc7ea0808642829b9aa71fa8e51dcc6050e (patch) | |
tree | 27eca7729fb620589e416a28076727bd79879158 /numpy/lib/function_base.py | |
parent | ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd (diff) | |
download | numpy-b3e54cc7ea0808642829b9aa71fa8e51dcc6050e.tar.gz |
MAINT: removed unused imports listed in LGTM
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 709a33c84..783d45c2f 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -33,6 +33,7 @@ from numpy.core.umath import _add_newdoc_ufunc as add_newdoc_ufunc import builtins # needed in this module for compatibility +from numpy.lib.histograms import histogram, histogramdd array_function_dispatch = functools.partial( |