interactive_secrets #885

Merged
clan-bot merged 8 commits from interactive_secrets into main 2024-03-03 06:15:44 +00:00
Showing only changes of commit b8da149453 - Show all commits

View File

@ -45,7 +45,7 @@ class SecretStore(SecretStoreBase):
)
return path
def get(self, service: str, _name: str) -> bytes:
def get(self, service: str, name: str) -> bytes:
raise NotImplementedError()
def exists(self, service: str, name: str) -> bool: