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_datasource/test_smartos.py | |
parent | 2f9b47be819e4aa90d0cfd940557b90cbd6912de (diff) | |
download | vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.tar.gz vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.zip |
pyflakes cleanups
Diffstat (limited to 'tests/unittests/test_datasource/test_smartos.py')
-rw-r--r-- | tests/unittests/test_datasource/test_smartos.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unittests/test_datasource/test_smartos.py b/tests/unittests/test_datasource/test_smartos.py index 8f9fa27d..45f1708a 100644 --- a/tests/unittests/test_datasource/test_smartos.py +++ b/tests/unittests/test_datasource/test_smartos.py @@ -24,10 +24,7 @@ import base64 from cloudinit import helpers as c_helpers -from cloudinit import stages -from cloudinit import util from cloudinit.sources import DataSourceSmartOS -from cloudinit.settings import (PER_INSTANCE) from tests.unittests import helpers import os import os.path |