Removed blank line after docstring for pep8 compliance

This commit is contained in:
Jose Delarosa
2019-10-29 23:46:52 -05:00
parent b2141a1c62
commit 806e6afd87

View File

@@ -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)