From a933b5930e706f3d33fe646e93deaabba04506a2 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 20:38:37 +0200 Subject: [PATCH] Update tests/test_utils_channels.py --- tests/test_utils_channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_channels.py b/tests/test_utils_channels.py index e0370dacf..db93bdede 100644 --- a/tests/test_utils_channels.py +++ b/tests/test_utils_channels.py @@ -3,7 +3,7 @@ import sys import os sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) from slic.utils.channels import * -from unittest.mock import patch +from unittest.mock import patch import tempfile import warnings