summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-06-15 12:19:12 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-06-15 12:19:12 -0700
commitb77f11b35bf0978247fc88d0f4239c5bd4f65d66 (patch)
treec8612cba956a3ac9c11059b5b3293119375d2042 /tests
parent3d4509659b0408a8508a7be6eac8a77f10dc4c75 (diff)
downloadvyos-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.py3
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