clan-cli SecretStore: implement update_check in base class
This commit is contained in:
@@ -27,9 +27,8 @@ class SecretStoreBase(ABC):
|
||||
def generate_hash(self) -> bytes:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def update_check(self) -> bool:
|
||||
pass
|
||||
return False
|
||||
|
||||
@abstractmethod
|
||||
def upload(self, output_dir: Path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user