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_handler | |
parent | 2f9b47be819e4aa90d0cfd940557b90cbd6912de (diff) | |
download | vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.tar.gz vyos-cloud-init-5d9726742c22f4c80ce2f386d09c1bbcf4b67164.zip |
pyflakes cleanups
Diffstat (limited to 'tests/unittests/test_handler')
-rw-r--r-- | tests/unittests/test_handler/test_handler_yum_add_repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_yum_add_repo.py b/tests/unittests/test_handler/test_handler_yum_add_repo.py index 8df592f9..7c6f7c40 100644 --- a/tests/unittests/test_handler/test_handler_yum_add_repo.py +++ b/tests/unittests/test_handler/test_handler_yum_add_repo.py @@ -1,4 +1,3 @@ -from cloudinit import helpers from cloudinit import util from cloudinit.config import cc_yum_add_repo |