From 5af4acc49ede72cff654cda951c67d6de343cb23 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 17 Feb 2020 15:25:17 +0100 Subject: [PATCH] Remove trailing spaces --- run_mypy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_mypy.py b/run_mypy.py index df715bf10d..ec0583d43f 100644 --- a/run_mypy.py +++ b/run_mypy.py @@ -75,7 +75,7 @@ def main(): if returncode != 0: print("\nCommand %s failed checking. :(" % commands[i]) success_code = 1 - if success_code: + if success_code: print("MYPY check was completed, but did not pass") else: print("MYPY check was completed and passed with flying colors")