summaryrefslogtreecommitdiff
path: root/numpy/core/overrides.py
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2021-10-06 23:08:15 +0200
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2021-10-07 07:55:33 +0200
commit53b98832aee924fdcde19bbc3eefa8bdba5fb3d6 (patch)
treeb99cf58e4825e0a717fbd981e447472c76a1300a /numpy/core/overrides.py
parent8d2ddb53a9dae2d90a752ad4995c30817049fe06 (diff)
downloadnumpy-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/core/overrides.py')
-rw-r--r--numpy/core/overrides.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/overrides.py b/numpy/core/overrides.py
index e1fdd06f2..840cf38c9 100644
--- a/numpy/core/overrides.py
+++ b/numpy/core/overrides.py
@@ -2,7 +2,6 @@
import collections
import functools
import os
-import textwrap
from numpy.core._multiarray_umath import (
add_docstring, implement_array_function, _get_implementing_args)