fix: Ruff

This commit is contained in:
墨梓柒
2025-04-17 09:39:53 +08:00
parent 53c8548819
commit e5e5b5ca09
3 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ import time
from loguru import logger
from ..models.utils_model import LLM_request
from ...config.config import global_config
from ..chat.chat_stream import ChatStream
# from ..chat.chat_stream import ChatStream
from ..chat.utils import get_recent_group_detailed_plain_text
from .willing_manager import BaseWillingManager
# from .willing_manager import BaseWillingManager
from .mode_mxp import MxpWillingManager
import re
from functools import wraps