From 14aeddc11f44a880702d69c182ba9753d66f48b8 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 24 Dec 2018 14:38:57 -0800 Subject: [PATCH] Black re-formatting. --- borgmatic/commands/borgmatic.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index be9d2e337..c543bcfa6 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -160,9 +160,7 @@ def parse_arguments(*arguments): raise ValueError('The --progress option can only be used with the --create option') if args.stats and not (args.create or args.prune): - raise ValueError( - 'The --stats option can only be used with the --create or --prune options' - ) + raise ValueError('The --stats option can only be used with the --create or --prune options') if args.json and not (args.create or args.list or args.info): raise ValueError(