Skip to content

Commit

Permalink
style: Reformat the source code in gatorgrade/output/output.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jan 23, 2025
1 parent 047c892 commit dbb179f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gatorgrade/output/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@ def run_checks(
# will give the person using Gatorgrade a way
# to quickly run the command that failed
if result.run_command != "":
rich.print(
f"[blue] → Run this command: [green]{result.run_command}"
)
rich.print(f"[blue] → Run this command: [green]{result.run_command}")
# determine how many of the checks passed and then
# compute the total percentage of checks passed
passed_count = len(results) - len(failed_results)
Expand Down

0 comments on commit dbb179f

Please sign in to comment.