diff options
author | default-303 <ajayds2001@gmail.com> | 2021-05-24 16:50:17 +0530 |
---|---|---|
committer | default-303 <ajayds2001@gmail.com> | 2021-05-24 16:50:17 +0530 |
commit | ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd (patch) | |
tree | 398a39a5207040414c2a9b564ae7e94fcbcaa156 /numpy/lib/function_base.py | |
parent | 3dcd9248d1f77cd2b0f97a5e9adb8e3cdcb3421f (diff) | |
download | numpy-ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd.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, 0 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 783d45c2f..709a33c84 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -33,7 +33,6 @@ 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( |