format python code with black

This commit is contained in:
catborise
2022-11-02 08:54:35 +03:00
parent ea409ca863
commit 217e106c8b
55 changed files with 2510 additions and 1454 deletions

View File

@@ -35,7 +35,12 @@ def secrets(request, compute_id):
}
try:
conn = wvmSecrets(compute.hostname, compute.login, compute.password, compute.type)
conn = wvmSecrets(
compute.hostname,
compute.login,
compute.password,
compute.type
)
secrets = conn.get_secrets()
for uuid in secrets: