Reformat file with black

This commit is contained in:
deajan 2025-05-23 10:51:06 +02:00
parent 4954dcfa77
commit fd20e60d45

View file

@ -1626,7 +1626,9 @@ class NPBackupRunner:
check_concurrency=False,
)
if not housekeeping_result:
self.write_logs("After backup housekeeping failed", level="error")
self.write_logs(
"After backup housekeeping failed", level="error"
)
# housekeeping has it's own metrics, so we won't include them in the operational result of the backup
if not operation_result: