Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Now click is my best friend
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyanetsky committed Aug 14, 2023
1 parent 1276b26 commit 482f717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastimer/commands/command_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def main(path: str) -> None:

def __echo_fast_title(fast: dict[str, typing.Any]) -> None:
if utils.is_fast_stopped(fast):

if utils.is_fast_completed(fast):
click.echo(click.style(text="COMPLETED FAST", fg="green"))
else:
Expand Down

0 comments on commit 482f717

Please sign in to comment.