summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-05-25 14:36:51 -0600
committerGitHub <noreply@github.com>2021-05-25 14:36:51 -0600
commitecdba3a140126174a6a4d86fe0fbf2ce2ad680f9 (patch)
treeda9d0f709301410d54939fe0af6c426b190f2098 /numpy/core/defchararray.py
parent5520a1757e4476bc6526973ad46c46b82637ae1c (diff)
parentb3e54cc7ea0808642829b9aa71fa8e51dcc6050e (diff)
downloadnumpy-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.py1
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