summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authordefault-303 <ajayds2001@gmail.com>2021-05-24 16:50:17 +0530
committerdefault-303 <ajayds2001@gmail.com>2021-05-24 16:50:17 +0530
commitca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd (patch)
tree398a39a5207040414c2a9b564ae7e94fcbcaa156 /numpy/lib/function_base.py
parent3dcd9248d1f77cd2b0f97a5e9adb8e3cdcb3421f (diff)
downloadnumpy-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.py1
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(