From b38808146c6789f98e52aa7f1ad6631a6bf3370c Mon Sep 17 00:00:00 2001 From: Niyas Sait Date: Mon, 6 Sep 2021 12:14:35 +0100 Subject: Fix linting errors --- setuptools/command/easy_install.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 8333e94a..031b612f 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -22,7 +22,6 @@ from distutils import log, dir_util from distutils.command.build_scripts import first_line_re from distutils.spawn import find_executable import sys -import platform import os import zipimport import shutil -- cgit v1.2.1