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

This commit is contained in:
lassulus
2025-05-20 15:08:02 +02:00
parent 00a439999b
commit ec19ef1ec5
11 changed files with 10 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import subprocess
from pathlib import Path
import pytest
from clan_cli.custom_logger import setup_logging
from clan_lib.custom_logger import setup_logging
from clan_lib.nix import nix_shell
pytest_plugins = [