diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-11-25 10:24:25 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-11-25 10:24:25 -0800 |
commit | 72042c634646d3f684a709ada3818f79f72feff1 (patch) | |
tree | f51b9ab9c61e21284f609caf169db2079fb9ef3b /tests/test_quickstart.py | |
parent | 9232db36336b8041231af784ca041dbe38c232a0 (diff) | |
download | tox-72042c634646d3f684a709ada3818f79f72feff1.tar.gz |
tests/test_quickstart.py: Eliminate unnecessary imports of os and tempfile
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r-- | tests/test_quickstart.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 63a48c2..13256df 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -1,5 +1,3 @@ -import os -import tempfile import pytest import tox._quickstart |