Commit ca5f0328 by tinywell

Remove unused MonthRateTool import from test_tool_picker.py

parent 26ae0ab5
......@@ -7,7 +7,7 @@ from unittest.mock import Mock
from langchain_openai import ChatOpenAI
from src.server.tool_picker import ToolPicker
from src.agent.tool_rate import RegionRateTool,RankingRateTool,MonthRateTool
from src.agent.tool_rate import RegionRateTool,RankingRateTool
from src.agent.tool_monitor import MonitorPointTool
@pytest.fixture
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment