mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
action_utils: Remove extra empty line
I introduced this code quality issue when handling a merge conflict in 711c19b511f969d0dce5c36221428e8caa0e7473. Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
9af9a504e0
commit
a1792be03f
@ -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],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user