fixed flake8 problem

This commit is contained in:
Joey Ballentine 2022-06-07 19:41:32 -04:00
parent 06f83b51d6
commit 2b1e6f7a6a
1 changed files with 4 additions and 1 deletions

View File

@ -238,7 +238,10 @@ progress_bar: Callable[..., Option] = partial(
type="choice",
choices=["on", "off", "forced"],
default="on",
help="Specify whether the progress bar should be used [on, off, forced] (default: on)",
help=(
"Specify whether the progress bar should be used [on, off, forced]"
" (default: on)"
),
)
log: Callable[..., Option] = partial(