From d3d514b233824ffc660cbeb8d6b404b574a13742 Mon Sep 17 00:00:00 2001 From: Takeru Hayasaka Date: Sun, 15 Dec 2024 06:05:04 +0900 Subject: [PATCH] T6013: Remove unused variables to make it lint-friendly --- src/conf_mode/service_ssh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf_mode/service_ssh.py b/src/conf_mode/service_ssh.py index 6c8aa20d05c..74d96287650 100755 --- a/src/conf_mode/service_ssh.py +++ b/src/conf_mode/service_ssh.py @@ -145,7 +145,6 @@ def generate(ssh): def apply(ssh): - systemd_service_ssh = 'ssh.service' systemd_service_sshguard = 'sshguard.service' if not ssh: # SSH access is removed in the commit