diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-15 13:21:40 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-15 13:21:40 -0400 |
commit | e23861e5a193377023e55da6234e23acd63a521a (patch) | |
tree | cd55a7cf24ed2df19d6f96cf02123c824a33e6fd /tests | |
parent | c09cb99dbee54745f06583d9ff0ea4b91e8b087e (diff) | |
download | vyos-cloud-init-e23861e5a193377023e55da6234e23acd63a521a.tar.gz vyos-cloud-init-e23861e5a193377023e55da6234e23acd63a521a.zip |
pylint fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_handler/test_handler_apt_configure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_configure.py b/tests/unittests/test_handler/test_handler_apt_configure.py index 22c0db80..203dd2aa 100644 --- a/tests/unittests/test_handler/test_handler_apt_configure.py +++ b/tests/unittests/test_handler/test_handler_apt_configure.py @@ -1,6 +1,5 @@ from mocker import MockerTestCase -from cloudinit import cloud from cloudinit import util from cloudinit.config import cc_apt_configure |