Reformat recent changes with Black

This commit is contained in:
2021-11-06 03:27:07 -04:00
parent 23b1501f40
commit 78faa90139
3 changed files with 3 additions and 7 deletions

View File

@ -1489,9 +1489,7 @@ def create_vm(
retcode, stdout, stderr = pvc_common.run_os_command("which mkswap")
if retcode:
raise ProvisioningError(
"Failed to find binary for mkswap: {}".format(
stderr
)
"Failed to find binary for mkswap: {}".format(stderr)
)
else:
retcode, stdout, stderr = pvc_common.run_os_command(