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/typing/_array_like.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/typing/_array_like.py') diff --git a/numpy/typing/_array_like.py b/numpy/typing/_array_like.py index 9f57b2295..2283c98d7 100644 --- a/numpy/typing/_array_like.py +++ b/numpy/typing/_array_like.py @@ -1,7 +1,7 @@ from __future__ import annotations import sys -from typing import Any, overload, Sequence, TYPE_CHECKING, Union, TypeVar +from typing import Any, Sequence, TYPE_CHECKING, Union, TypeVar from numpy import ( ndarray, @@ -20,7 +20,6 @@ from numpy import ( str_, bytes_, ) -from ._dtype_like import DTypeLike if sys.version_info >= (3, 8): from typing import Protocol -- cgit v1.2.1