Fix PEP 8 issue.

This commit is contained in:
Matt Clay 2017-02-21 10:24:02 -08:00
parent 01436cf186
commit 879feff6b7

View file

@ -191,7 +191,7 @@ def create(module):
if task is False:
module.fail('Failed to create vapp: ' + vapp_name)
module.vca.block_until_completed(task)
def delete(module):