Merge pull request 'pkgs/clan/lib: Fix documentation of from_ssh_uri in the Remote class' (#4523) from kenji/ke-fix-remote-documentation into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4523
This commit is contained in:
Kenji Berthold
2025-07-29 15:47:47 +00:00

View File

@@ -104,7 +104,7 @@ class Remote:
address: str, address: str,
) -> "Remote": ) -> "Remote":
""" """
Parse a deployment address and return a Host object. Parse a deployment address and return a Remote object.
""" """
return parse_ssh_uri(machine_name=machine_name, address=address) return parse_ssh_uri(machine_name=machine_name, address=address)