From 2fbf52ff7023581b688ec0295ff84139d6fc5f68 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 1 Aug 2025 04:24:16 +0200 Subject: [PATCH] Update tests/test_utils_logcfg.py --- tests/test_utils_logcfg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_utils_logcfg.py b/tests/test_utils_logcfg.py index 6c542d938..1081acd1a 100644 --- a/tests/test_utils_logcfg.py +++ b/tests/test_utils_logcfg.py @@ -51,8 +51,7 @@ def test_custom_log_outputs(levelname, logfunc, message, capsys): def test_import_logging_once_per_module(): code = textwrap.dedent(""" - from slic.utils.logcfg import setup_import_logging, add_log_Level, logcfg - setup_import_logging() + from slic.utils.logcfg import * import json import math