mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
reformat with latest black (21.9b0)
This commit is contained in:
parent
8a1585f2cf
commit
28a33cbcc3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue