Black re-formatting.

This commit is contained in:
Dan Helfman 2018-12-24 14:38:57 -08:00
parent 066399ecdb
commit 14aeddc11f
1 changed files with 1 additions and 3 deletions

View File

@ -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(