diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-11 10:15:58 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-11 10:15:58 -0400 |
commit | 299af1d4a3e09ad9c961cb641e62a20ab5998640 (patch) | |
tree | bb9959f25c6187fae9b9c23eff0f9bae2a9a00a3 | |
parent | 078f0fc644e640eacad316aeda7ee05eb8957aa3 (diff) | |
download | vyos-cloud-init-299af1d4a3e09ad9c961cb641e62a20ab5998640.tar.gz vyos-cloud-init-299af1d4a3e09ad9c961cb641e62a20ab5998640.zip |
test_builtin_handlers.py: fix pylint
-rw-r--r-- | tests/unittests/test_builtin_handlers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_builtin_handlers.py b/tests/unittests/test_builtin_handlers.py index e25a5144..b387f13b 100644 --- a/tests/unittests/test_builtin_handlers.py +++ b/tests/unittests/test_builtin_handlers.py @@ -1,7 +1,6 @@ """Tests of the built-in user data handlers.""" import os -import unittest from tests.unittests import helpers as test_helpers |