From 16c378507d5a47e33b17c6ad050953f13ed00aa4 Mon Sep 17 00:00:00 2001 From: Andrew Burkett Date: Tue, 24 Dec 2019 11:52:39 -0800 Subject: [PATCH] Formatting --- borgmatic/commands/borgmatic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index e48f5c60..9ee20a53 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -42,7 +42,6 @@ def run_configuration(config_filename, config, arguments): * JSON output strings from successfully executing any actions that produce JSON * logging.LogRecord instances containing errors from any actions or backup hooks that fail ''' - (location, storage, retention, consistency, hooks) = ( config.get(section_name, {}) for section_name in ('location', 'storage', 'retention', 'consistency', 'hooks')