formatting

This commit is contained in:
Will McGugan 2020-12-10 17:25:13 +00:00
parent f933added1
commit d180781465
1 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,5 @@ tasks = [f"task {n}" for n in range(1, 11)]
with console.status("[bold green]Working on tasks...") as status:
while tasks:
task = tasks.pop(0)
sleep(1)
sleep(1)
console.log(f"{task} complete")