treewide: reformat

This commit is contained in:
Michael Hoang
2025-10-13 17:36:50 +02:00
parent 9b71f106f6
commit cbcfcd507d
26 changed files with 66 additions and 68 deletions

View File

@@ -464,12 +464,12 @@ class Remote:
self,
opts: "ConnectionOptions | None" = None,
) -> None:
from clan_lib.network.check import check_machine_ssh_reachable # noqa: PLC0415
from clan_lib.network.check import check_machine_ssh_reachable
return check_machine_ssh_reachable(self, opts)
def check_machine_ssh_login(self) -> None:
from clan_lib.network.check import check_machine_ssh_login # noqa: PLC0415
from clan_lib.network.check import check_machine_ssh_login
return check_machine_ssh_login(self)