Skip to content

Commit

Permalink
style: removed emoji in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Sep 19, 2023
1 parent 3703e4f commit 2394e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def analyze( # noqa: PLR0913, PLR0915
if not all_checks_passed:
output.console.print("\n:sweat: At least one check did not pass.")
sys.exit(constants.markers.Non_Zero_Exit)
output.console.print("\n:joy: All checks passed.")
output.console.print("\n:) All checks passed.")


@cli.command()
Expand Down

0 comments on commit 2394e39

Please sign in to comment.