diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-04-01 14:20:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-04-01 14:20:57 -0400 |
commit | 5d9726742c22f4c80ce2f386d09c1bbcf4b67164 (patch) | |
tree | 39c44df22d6144e6faf447cb0bfd34a8b2c82403 /tests/unittests/test__init__.py | |
parent | 2f9b47be819e4aa90d0cfd940557b90cbd6912de (diff) | |
download | vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.tar.gz vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.zip |
pyflakes cleanups
Diffstat (limited to 'tests/unittests/test__init__.py')
-rw-r--r-- | tests/unittests/test__init__.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/unittests/test__init__.py b/tests/unittests/test__init__.py index 8c41c1ca..03065c8b 100644 --- a/tests/unittests/test__init__.py +++ b/tests/unittests/test__init__.py @@ -1,14 +1,10 @@ -import logging import os -import StringIO -import sys -from mocker import MockerTestCase, ANY, ARGS, KWARGS +from mocker import MockerTestCase, ARGS, KWARGS from cloudinit import handlers from cloudinit import helpers from cloudinit import importer -from cloudinit import log from cloudinit import settings from cloudinit import url_helper from cloudinit import util |