refactor: move clan_cli.error to clan_lib.error
This commit is contained in:
@@ -3,6 +3,8 @@ import json
|
||||
import logging
|
||||
from pathlib import Path
|
||||
|
||||
from clan_lib.errors import ClanCmdError, ClanError
|
||||
|
||||
from clan_cli.cmd import RunOpts, run
|
||||
from clan_cli.completions import (
|
||||
add_dynamic_completer,
|
||||
@@ -10,7 +12,6 @@ from clan_cli.completions import (
|
||||
complete_state_services_for_machine,
|
||||
)
|
||||
from clan_cli.dirs import get_clan_flake_toplevel_or_env
|
||||
from clan_cli.errors import ClanCmdError, ClanError
|
||||
from clan_cli.machines.machines import Machine
|
||||
from clan_cli.nix import nix_eval
|
||||
|
||||
|
||||
Reference in New Issue
Block a user