diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-05-19 15:33:15 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-05-19 15:33:15 -0700 |
commit | 2fb5af62229b8975910bf0ef63731047bd8d7e63 (patch) | |
tree | dc1d367224916780a319f2d15757b7cf221884e3 /tests/unittests/test__init__.py | |
parent | 6b97c4e462b19374d6af807b1f5b9c087aa97996 (diff) | |
download | vyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.tar.gz vyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.zip |
Fix up tests and flake8 warnings
Diffstat (limited to 'tests/unittests/test__init__.py')
-rw-r--r-- | tests/unittests/test__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test__init__.py b/tests/unittests/test__init__.py index a9b35afe..0154784a 100644 --- a/tests/unittests/test__init__.py +++ b/tests/unittests/test__init__.py @@ -1,7 +1,6 @@ import os import shutil import tempfile -import unittest2 from cloudinit import handlers from cloudinit import helpers |