diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-05-25 14:36:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 14:36:51 -0600 |
commit | ecdba3a140126174a6a4d86fe0fbf2ce2ad680f9 (patch) | |
tree | da9d0f709301410d54939fe0af6c426b190f2098 /numpy/core/defchararray.py | |
parent | 5520a1757e4476bc6526973ad46c46b82637ae1c (diff) | |
parent | b3e54cc7ea0808642829b9aa71fa8e51dcc6050e (diff) | |
download | numpy-ecdba3a140126174a6a4d86fe0fbf2ce2ad680f9.tar.gz |
Merge pull request #19090 from default-303/LGTM_alerts
MAINT: removed unused imports listed in LGTM
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index ab1166ad2..e264fa210 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -16,7 +16,6 @@ The preferred alias for `defchararray` is `numpy.char`. """ import functools -import sys from .numerictypes import ( string_, unicode_, integer, int_, object_, bool_, character) from .numeric import ndarray, compare_chararrays |