This commit is contained in:
Jörg Thalheim
2025-02-04 10:34:36 +07:00
committed by clan-bot
parent 9b438689fc
commit 0309a80c92

View File

@@ -47,7 +47,7 @@ class KeyType(enum.Enum):
raise ClanError(msg)
def collect_public_keys(self) -> Sequence[str]:
keyring: Sequence[str] = []
keyring: list[str] = []
if self == self.AGE:
if keys := os.environ.get("SOPS_AGE_KEY"):