From 06ec0ec8dadf9e0e9f7518c9817b95f14df9d7be Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 23 Aug 2021 17:46:13 -0600 Subject: Remove an unused import --- numpy/array_api/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/array_api') diff --git a/numpy/array_api/__init__.py b/numpy/array_api/__init__.py index 1e1ff242f..790157504 100644 --- a/numpy/array_api/__init__.py +++ b/numpy/array_api/__init__.py @@ -118,8 +118,6 @@ Still TODO in this module are: """ -import sys - import warnings warnings.warn( -- cgit v1.2.1