From ec51b137e096b2eb11c1f29bfc016fefb46c3252 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 3 Nov 2024 11:37:35 +0100 Subject: [PATCH] Reformat file with black --- npbackup/core/runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npbackup/core/runner.py b/npbackup/core/runner.py index 7dbabab..34f33d8 100644 --- a/npbackup/core/runner.py +++ b/npbackup/core/runner.py @@ -1475,7 +1475,6 @@ class NPBackupRunner: # Also, pass it as kwargs to make linter happy kwargs = {"__no_threads": True, "__close_queues": False} # pylint: disable=E1123 (unexpected-keyword-arg) - # We need to construct our own result here since this is a wrapper for 3 different subcommandzsz js = { @@ -1526,7 +1525,7 @@ class NPBackupRunner: "unlock": unlock_result, "check": check_result, "forget": forget_result, - "prune": prune_result + "prune": prune_result, } return self.convert_to_json_output(js)