From ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd Mon Sep 17 00:00:00 2001 From: default-303 Date: Mon, 24 May 2021 16:50:17 +0530 Subject: MAINT: removed unused imports listed in LGTM --- numpy/core/defchararray.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/defchararray.py') 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 -- cgit v1.2.1