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/core/defchararray.py | |
parent | 3dcd9248d1f77cd2b0f97a5e9adb8e3cdcb3421f (diff) | |
download | numpy-ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd.tar.gz |
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 |