Lint: W391 blank line at end of file

This commit is contained in:
2020-11-06 21:14:19 -05:00
parent 5da314902f
commit cb2defbde9
8 changed files with 0 additions and 8 deletions

View File

@ -1629,4 +1629,3 @@ def create_vm(self, vm_name, vm_profile, define_vm=True, start_vm=True, script_r
pvc_common.stopZKConnection(zk_conn)
return {'status': 'VM "{}" with profile "{}" has been provisioned and started successfully'.format(vm_name, vm_profile), 'current': 10, 'total': 10}