diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-06-15 12:19:12 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-06-15 12:19:12 -0700 |
commit | b77f11b35bf0978247fc88d0f4239c5bd4f65d66 (patch) | |
tree | c8612cba956a3ac9c11059b5b3293119375d2042 /tests | |
parent | 3d4509659b0408a8508a7be6eac8a77f10dc4c75 (diff) | |
download | vyos-cloud-init-b77f11b35bf0978247fc88d0f4239c5bd4f65d66.tar.gz vyos-cloud-init-b77f11b35bf0978247fc88d0f4239c5bd4f65d66.zip |
Remove some unused imports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_cli.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unittests/test_cli.py b/tests/unittests/test_cli.py index a53e7116..5fa252f7 100644 --- a/tests/unittests/test_cli.py +++ b/tests/unittests/test_cli.py @@ -1,7 +1,4 @@ -import imp -import os import six -import sys from . import helpers as test_helpers |