api/admin: remove maybe_get_admin_public_keys

This commit is contained in:
Johannes Kirschbauer
2025-07-07 12:43:11 +02:00
parent c369f3b5d1
commit b032cd4a29

View File

@@ -398,7 +398,6 @@ def default_admin_private_key_path() -> Path:
return user_config_dir() / "sops" / "age" / "keys.txt"
@API.register
def maybe_get_admin_public_keys() -> list[SopsKey] | None:
keyring = SopsKey.collect_public_keys()