fix (xtuner): fix the importing for logging

This commit is contained in:
wangtianqing 00464751
2021-06-21 14:34:56 +08:00
committed by wangtq
parent b83c7205cb
commit 931da337d2

View File

@ -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