diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 09:56:14 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 09:56:14 +0200 |
| commit | 9cb2bcb48ed11ba2b3f0ee21b506adebb5622f59 (patch) | |
| tree | 642bb499b2c0b792b88abdb534640094bbb008ce /setuptools/tests | |
| parent | f8e6e7204394dd37e0c3f16230427189f50bb4b0 (diff) | |
| download | external_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.py | 2 |
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 |
