refactor(lib/inventory): use util functions from clan_lib

This commit is contained in:
Johannes Kirschbauer
2025-05-14 10:50:47 +02:00
parent bdb075be11
commit 91034b66bf
2 changed files with 9 additions and 326 deletions

View File

@@ -3,7 +3,7 @@ from typing import Any
import pytest
from clan_cli.errors import ClanError
from clan_cli.inventory import (
from clan_lib.persist.util import (
calc_patches,
delete_by_path,
determine_writeability,