aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 09:56:14 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 09:56:14 +0200
commit9cb2bcb48ed11ba2b3f0ee21b506adebb5622f59 (patch)
tree642bb499b2c0b792b88abdb534640094bbb008ce /setuptools/tests
parentf8e6e7204394dd37e0c3f16230427189f50bb4b0 (diff)
downloadexternal_python_setuptools-9cb2bcb48ed11ba2b3f0ee21b506adebb5622f59.tar.gz
external_python_setuptools-9cb2bcb48ed11ba2b3f0ee21b506adebb5622f59.tar.bz2
external_python_setuptools-9cb2bcb48ed11ba2b3f0ee21b506adebb5622f59.zip
Remove unused imports
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_pep517.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_pep517.py b/setuptools/tests/test_pep517.py
index af963037..5998f1f2 100644
--- a/setuptools/tests/test_pep517.py
+++ b/setuptools/tests/test_pep517.py
@@ -1,6 +1,4 @@
import os
-import contextlib
-import tempfile
import pytest