forked from huawei/openGauss-server
fix (xtuner): fix the importing for logging
This commit is contained in:
parent
4d9e5c3995
commit
fc0bd72f7c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue