diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 16:20:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 16:20:03 -0400 |
commit | ffce5a1fb043e4b17666fca6919cd94fabb3536a (patch) | |
tree | 7c856d54df6a4465624d56aabb559b36c227ba5d | |
parent | 8cc9cd3c76ee2ab313163cf2bee54e5ba31f9f6b (diff) | |
download | external_python_setuptools-ffce5a1fb043e4b17666fca6919cd94fabb3536a.tar.gz external_python_setuptools-ffce5a1fb043e4b17666fca6919cd94fabb3536a.tar.bz2 external_python_setuptools-ffce5a1fb043e4b17666fca6919cd94fabb3536a.zip |
Remove unused imports
-rw-r--r-- | setuptools/tests/test_dist_info.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py index 0d1aed03..094a97ea 100644 --- a/setuptools/tests/test_dist_info.py +++ b/setuptools/tests/test_dist_info.py @@ -1,9 +1,5 @@ """Test .dist-info style distributions. """ -import os -import shutil -import tempfile - from setuptools.extern.six.moves import map import pytest |