fix: ruff pass

This commit is contained in:
tcmofashi
2025-05-23 13:24:29 +08:00
parent cddcc10a52
commit aa74329e6e
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ from typing import List, Optional, Dict, Any, Deque
from src.chat.message_receive.chat_stream import ChatStream
from src.chat.message_receive.chat_stream import chat_manager
from rich.traceback import install
from src.chat.utils.prompt_builder import Prompt, global_prompt_manager
from src.chat.utils.prompt_builder import global_prompt_manager
from src.common.logger_manager import get_logger
from src.chat.utils.timer_calculator import Timer
from src.chat.heart_flow.observation.observation import Observation

View File

@@ -1,7 +1,7 @@
import time
from typing import Optional
from src.chat.message_receive.message import MessageRecv, BaseMessageInfo
from src.chat.message_receive.chat_stream import ChatStream, chat_manager
from src.chat.message_receive.chat_stream import ChatStream
from src.chat.message_receive.message import UserInfo
from src.common.logger_manager import get_logger
import json

View File

@@ -47,7 +47,6 @@ from src.common.logger import (
INIT_STYLE_CONFIG,
INTEREST_CHAT_STYLE_CONFIG,
API_SERVER_STYLE_CONFIG,
MAIM_MESSAGE_STYLE_CONFIG,
)
# 可根据实际需要补充更多模块配置