diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-06 23:08:15 +0200 |
|---|---|---|
| committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-10-07 07:55:33 +0200 |
| commit | 53b98832aee924fdcde19bbc3eefa8bdba5fb3d6 (patch) | |
| tree | b99cf58e4825e0a717fbd981e447472c76a1300a /numpy/lib | |
| parent | 8d2ddb53a9dae2d90a752ad4995c30817049fe06 (diff) | |
| download | numpy-53b98832aee924fdcde19bbc3eefa8bdba5fb3d6.tar.gz | |
MAINT: LGTM.com recommendation: Unused import
Import of 'histogram' is not used.
Import of 'histogramdd' is not used.
Import of 'textwrap' is not used.
Diffstat (limited to 'numpy/lib')
| -rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 3ca566f73..b74a10f71 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -33,7 +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 +from numpy.lib.histograms import histogram, histogramdd # noqa: F401 array_function_dispatch = functools.partial( |
