From 5d57d93ff5e505e081abf2ff98569aa00fe679da Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 23 Aug 2012 17:13:50 -0400 Subject: fix pep8 and pylint --- tests/unittests/test_datasource/test_configdrive.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/unittests/test_datasource') diff --git a/tests/unittests/test_datasource/test_configdrive.py b/tests/unittests/test_datasource/test_configdrive.py index f73200e5..a801826b 100644 --- a/tests/unittests/test_datasource/test_configdrive.py +++ b/tests/unittests/test_datasource/test_configdrive.py @@ -4,7 +4,6 @@ import os import os.path from cloudinit.sources import DataSourceConfigDrive -from cloudinit import url_helper from mocker import MockerTestCase @@ -54,7 +53,7 @@ CFG_DRIVE_FILES_V2 = { 'openstack/2012-08-10/user_data': USER_DATA, 'openstack/content/0000': CONTENT_0, 'openstack/content/0001': CONTENT_1, - 'openstack/latest/meta_data.json': json.dumps(OSTACK_META), + 'openstack/latest/meta_data.json': json.dumps(OSTACK_META), 'openstack/latest/user_data': USER_DATA} -- cgit v1.2.3