From 756ecc6a6a7e1eb26b06ac95f7cd628db61b9977 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:47:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/unittest_presto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest_presto.py b/test/unittest_presto.py index afb3dcae..5f6a25f7 100644 --- a/test/unittest_presto.py +++ b/test/unittest_presto.py @@ -9,7 +9,7 @@ if module_path not in sys.path: sys.path.append(module_path) -from src.single_file_presto_v2 import BANDS_GROUPS_IDX, Presto # noqa: E402 +from src.single_file_presto_v2 import BANDS_GROUPS_IDX, Presto # noqa: E402 class PrestoTest(unittest.TestCase):