From c24187e6ceb3dd56c9d402e00c1571ed08a7f45b Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 7 Nov 2016 13:28:28 -0500 Subject: pyflakes: fix issue with pyflakes 1.3 found in ubuntu zesty-proposed. An obvious fix for an issue raised by pyflakes 1.3. --- tests/unittests/test_datasource/test_openstack.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/unittests/test_datasource/test_openstack.py b/tests/unittests/test_datasource/test_openstack.py index 97b99a18..125c6d6e 100644 --- a/tests/unittests/test_datasource/test_openstack.py +++ b/tests/unittests/test_datasource/test_openstack.py @@ -67,8 +67,6 @@ OSTACK_META = { CONTENT_0 = b'This is contents of /etc/foo.cfg\n' CONTENT_1 = b'# this is /etc/bar/bar.cfg\n' OS_FILES = { - 'openstack/latest/meta_data.json': json.dumps(OSTACK_META), - 'openstack/latest/user_data': USER_DATA, 'openstack/content/0000': CONTENT_0, 'openstack/content/0001': CONTENT_1, 'openstack/latest/meta_data.json': json.dumps(OSTACK_META), -- cgit v1.2.3