diff options
| author | Niyas Sait <niyas.sait@linaro.org> | 2021-09-06 12:14:35 +0100 |
|---|---|---|
| committer | Niyas Sait <niyas.sait@linaro.org> | 2021-09-06 12:14:35 +0100 |
| commit | b38808146c6789f98e52aa7f1ad6631a6bf3370c (patch) | |
| tree | d4fe49a2bad614a430ea1f98c4f874e01c78e529 /setuptools/command/easy_install.py | |
| parent | 07cd207d2ddf6be23eb0deecfd890aefe8cb3f10 (diff) | |
| download | python-setuptools-git-b38808146c6789f98e52aa7f1ad6631a6bf3370c.tar.gz | |
Fix linting errors
Diffstat (limited to 'setuptools/command/easy_install.py')
| -rw-r--r-- | setuptools/command/easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
