refactor: move clan_cli.error to clan_lib.error
This commit is contained in:
@@ -5,7 +5,7 @@ from functools import partial
|
||||
from typing import Any, TypeVar
|
||||
|
||||
import gi
|
||||
from clan_cli.errors import ClanError
|
||||
from clan_lib.errors import ClanError
|
||||
|
||||
from clan_vm_manager.clan_uri import ClanURI
|
||||
from clan_vm_manager.components.gkvstore import GKVStore
|
||||
|
||||
Reference in New Issue
Block a user