Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Sep 5, 2024
1 parent fdf80f8 commit f0ed54c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,7 @@ def _create_plans(
plans = write_plans(
int_chat,
T.get_tool_descriptions_by_names(
customized_tool_names,
T.FUNCTION_TOOLS,
T.UTIL_TOOLS, # type: ignore
customized_tool_names, T.FUNCTION_TOOLS, T.UTIL_TOOLS # type: ignore
),
format_memory(working_memory),
planner,
Expand Down

0 comments on commit f0ed54c

Please sign in to comment.