diff --git a/pkgs/clan-cli/clan_cli/facts/secret_modules/password_store.py b/pkgs/clan-cli/clan_cli/facts/secret_modules/password_store.py index f99543b46..f62f734c5 100644 --- a/pkgs/clan-cli/clan_cli/facts/secret_modules/password_store.py +++ b/pkgs/clan-cli/clan_cli/facts/secret_modules/password_store.py @@ -1,6 +1,7 @@ import os import subprocess from pathlib import Path +from typing import override from clan_cli.machines.machines import Machine from clan_cli.nix import nix_shell @@ -90,8 +91,7 @@ class SecretStore(SecretStoreBase): hashes.sort() return b"\n".join(hashes) - # FIXME: add this when we switch to python3.12 - # @override + @override def update_check(self) -> bool: local_hash = self.generate_hash() remote_hash = self.machine.target_host.run(