Skip to content

Commit

Permalink
T6013: Remove unused variables to make it lint-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
takehaya committed Dec 14, 2024
1 parent eed5816 commit 4a0b7ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conf_mode/service_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a0b7ed

Please sign in to comment.