fix:ruff

This commit is contained in:
SengokuCola
2025-11-13 19:03:51 +08:00
parent d306e40db0
commit e816a4ab4c
2 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
提供统一的工具注册和管理接口
"""
from typing import List, Dict, Any, Optional, Callable, Awaitable, Tuple
from typing import List, Dict, Any, Optional, Callable, Awaitable
from src.common.logger import get_logger
from src.llm_models.payload_content.tool_option import ToolParamType