From 1ad36537ba7977c46a97d5fecebeb7eea55aa27e Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 27 Sep 2020 21:23:31 +0000 Subject: [PATCH] Restyled by autopep8 --- Defs/ActionManager/simple_informant.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Defs/ActionManager/simple_informant.py b/Defs/ActionManager/simple_informant.py index 9cb3734..94034cb 100644 --- a/Defs/ActionManager/simple_informant.py +++ b/Defs/ActionManager/simple_informant.py @@ -257,8 +257,6 @@ def global_message(): print(global_localization.line_of_dots) - - def check_php(): try: try_to_run_command(["php", "-v"])