From 806e6afd8704ce6b9afa4d9d39ba648917573f27 Mon Sep 17 00:00:00 2001 From: Jose Delarosa Date: Tue, 29 Oct 2019 23:46:52 -0500 Subject: [PATCH] Removed blank line after docstring for pep8 compliance --- zaza/openstack/charm_tests/heat/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zaza/openstack/charm_tests/heat/tests.py b/zaza/openstack/charm_tests/heat/tests.py index ebb491b..fba3577 100644 --- a/zaza/openstack/charm_tests/heat/tests.py +++ b/zaza/openstack/charm_tests/heat/tests.py @@ -96,7 +96,6 @@ class HeatBasicDeployment(test_utils.OpenStackBaseTest): def test_410_heat_stack_create_delete(self): """Create stack, confirm nova compute resource, delete stack.""" - # Create an image for use by the heat template logging.info('Creating glance image ({})...'.format(IMAGE_NAME)) glance_setup.add_cirros_image(image_name=IMAGE_NAME)