fix
This commit is contained in:
parent
195f2207d5
commit
ed27ecb4a0
|
|
@ -12,9 +12,8 @@ import glob
|
|||
from typing import Dict, Any, List, Optional, Callable
|
||||
import sys
|
||||
|
||||
# 使用相对导入(现在包结构简化了,应该可以正常工作)
|
||||
from ..config import settings
|
||||
from ..utils import setup_logger
|
||||
from python_core.config import settings
|
||||
from python_core.utils import setup_logger
|
||||
# 导入同目录下的模块
|
||||
from python_core.ai_video.cloud_storage import CloudStorage
|
||||
from python_core.ai_video.api_client import APIClient
|
||||
|
|
|
|||
Loading…
Reference in New Issue