From a1792be03f5c2289bfed152467a2b043611b3a39 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 21 Sep 2024 12:54:11 -0400 Subject: [PATCH] action_utils: Remove extra empty line I introduced this code quality issue when handling a merge conflict in 711c19b511f969d0dce5c36221428e8caa0e7473. Signed-off-by: James Valleroy --- plinth/action_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/action_utils.py b/plinth/action_utils.py index 7e53c90ad..667714923 100644 --- a/plinth/action_utils.py +++ b/plinth/action_utils.py @@ -148,7 +148,6 @@ def service_reset_failed(service_name): service_action(service_name, 'reset-failed') - def service_action(service_name, action): """Perform the given action on the service_name.""" subprocess.run(['systemctl', action, service_name],