From c22711074a45645a6d1a8fd4ef4e50b3a0cdc283 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 13:02:24 +0200 Subject: [PATCH] Update tests/test_io_utils.py --- tests/test_io_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_io_utils.py b/tests/test_io_utils.py index 42c38819..d1b5e2a0 100644 --- a/tests/test_io_utils.py +++ b/tests/test_io_utils.py @@ -2,7 +2,7 @@ import pytest import os import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) -import slic.functions.io_utils +from functions.io_utils import * import warnings import io from unittest import mock