PLC0415: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 20:16:19 +02:00
parent 648aa7dc59
commit 31cbb7dc00
9 changed files with 17 additions and 42 deletions

View File

@@ -123,8 +123,6 @@ def sshd(
unused_tcp_port: "PortFunction",
monkeypatch: pytest.MonkeyPatch,
) -> Iterator[Sshd]:
import subprocess
port = unused_tcp_port()
sshd = shutil.which("sshd")
assert sshd is not None, "no sshd binary found"