clan-cli: clan_cli.git -> clan_lib.git

This commit is contained in:
lassulus
2025-05-20 14:35:14 +02:00
parent 84a5b74a4f
commit f2bf142e80
17 changed files with 18 additions and 21 deletions

View File

@@ -2,8 +2,8 @@ import logging
from pathlib import Path
from typing import TYPE_CHECKING
from clan_cli.git import commit_files
from clan_lib.errors import ClanError
from clan_lib.git import commit_files
log = logging.getLogger(__name__)