reformat with latest black (21.9b0)

This commit is contained in:
Kenneth Hoste 2021-10-16 13:49:56 +02:00
parent 8a1585f2cf
commit 28a33cbcc3
No known key found for this signature in database
GPG key ID: 90C14B582D70E3BE

View file

@ -70,7 +70,8 @@ overall_progress = Progress(
# group of progress bars;
# some are always visible, others will disappear when progress is complete
progress_group = Group(
Panel(Group(current_app_progress, step_progress, app_steps_progress)), overall_progress
Panel(Group(current_app_progress, step_progress, app_steps_progress)),
overall_progress,
)
# tuple specifies how long each step takes for that app