From 7723ee9ebff376e4d7f610ee199666842a79884e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 1 Aug 2025 04:27:06 +0200 Subject: [PATCH] Update tests/test_utils_logcfg.py --- tests/test_utils_logcfg.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_utils_logcfg.py b/tests/test_utils_logcfg.py index 1081acd1a..9e5da24bb 100644 --- a/tests/test_utils_logcfg.py +++ b/tests/test_utils_logcfg.py @@ -52,12 +52,9 @@ def test_custom_log_outputs(levelname, logfunc, message, capsys): def test_import_logging_once_per_module(): code = textwrap.dedent(""" from slic.utils.logcfg import * - - import json import math import io import random - import logging """) with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp: