From 2e3b0c3f3285fcf18de4dd6f5593c48084ace283 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 21 May 2016 10:20:47 -0400 Subject: Remove unused import --- setuptools/tests/test_easy_install.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools') diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index a4fd39fe..39afaf97 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -6,7 +6,6 @@ from __future__ import absolute_import import sys import os -import shutil import tempfile import site import contextlib -- cgit v1.2.3