删去重复代码

pull/937/head
Bakadax 2025-05-16 14:52:32 +08:00
parent 6446a3754c
commit b16135a6aa
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ class ActionPlanner:
self.action_manager = action_manager
self.stream_id = stream_id
self.chat_stream = chat_stream
self.action_manager = action_manager
async def plan(self, all_plan_info: List[InfoBase], cycle_timers: dict) -> Dict[str, Any]:
"""