clan-cli: clan_cli.git -> clan_lib.git
This commit is contained in:
@@ -18,6 +18,7 @@ from typing import Any
|
||||
from clan_lib.api import API
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake import Flake
|
||||
from clan_lib.git import commit_file
|
||||
from clan_lib.nix_models.inventory import Inventory
|
||||
from clan_lib.persist.inventory_store import WriteInfo
|
||||
from clan_lib.persist.util import (
|
||||
@@ -27,8 +28,6 @@ from clan_lib.persist.util import (
|
||||
determine_writeability,
|
||||
)
|
||||
|
||||
from clan_cli.git import commit_file
|
||||
|
||||
|
||||
def get_inventory_path(flake: Flake) -> Path:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user