From cfa9245a7dea8a35f11580c0bfd27472a3182c7e Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Tue, 29 Oct 2019 10:53:40 +0300 Subject: Remove 'sys' import --- setuptools/_imp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/_imp.py') diff --git a/setuptools/_imp.py b/setuptools/_imp.py index ab29ef21..a3cce9b2 100644 --- a/setuptools/_imp.py +++ b/setuptools/_imp.py @@ -4,7 +4,6 @@ from the deprecated imp module. """ import os -import sys import importlib.util import importlib.machinery -- cgit v1.2.1