From 2394e3972d91f2ab357633edeb12032a2fdf76dd Mon Sep 17 00:00:00 2001 From: Poiuy7312 Date: Tue, 19 Sep 2023 16:19:45 -0400 Subject: [PATCH] style: removed emoji in main.py --- chasten/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chasten/main.py b/chasten/main.py index 4039a60c..e1799b95 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -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()