From de7e26e8eef7b9ac460683cc3374b852161aaacb Mon Sep 17 00:00:00 2001 From: udjevdbaj Date: Thu, 28 May 2026 00:11:45 +0800 Subject: [PATCH] chore: fix lint annotation in dataset utils --- swift/dataset/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/dataset/utils.py b/swift/dataset/utils.py index e78abf12f2..7cf85e488c 100644 --- a/swift/dataset/utils.py +++ b/swift/dataset/utils.py @@ -9,7 +9,7 @@ from typing import Any, Callable, Dict, Optional, Union from swift.template import MaxLengthError, Template -from swift.utils import get_logger +from swift.utils import get_logger # noqa from .preprocessor import RowPreprocessor logger = get_logger()