diff --git a/src/gausskernel/dbmind/tools/xtuner/tuner/benchmark/__init__.py b/src/gausskernel/dbmind/tools/xtuner/tuner/benchmark/__init__.py index 338a80d3b..585f4f9cd 100644 --- a/src/gausskernel/dbmind/tools/xtuner/tuner/benchmark/__init__.py +++ b/src/gausskernel/dbmind/tools/xtuner/tuner/benchmark/__init__.py @@ -16,6 +16,7 @@ See the Mulan PSL v2 for more details. import importlib import os import types +import logging from tuner.exceptions import ConfigureError from tuner.executor import ExecutorFactory