refactor: move clan_cli.error to clan_lib.error
This commit is contained in:
@@ -2,7 +2,7 @@ import shutil
|
||||
from collections.abc import Callable
|
||||
from pathlib import Path
|
||||
|
||||
from clan_cli.errors import ClanError
|
||||
from clan_lib.errors import ClanError
|
||||
|
||||
|
||||
def get_sops_folder(flake_dir: Path) -> Path:
|
||||
|
||||
Reference in New Issue
Block a user