From 12063b47b5a2a381261379a30c09e1fb7971e5e6 Mon Sep 17 00:00:00 2001 From: Agustin Armellini Fischer Date: Tue, 25 Mar 2025 17:35:55 +0100 Subject: [PATCH] Fix lint --- docs/scripts/tool_feat_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index 823186fbb74..b79a76d4d89 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -317,6 +317,7 @@ def get_agentic_finance_table() -> str: for h in header[1:]: row.append(feats.get(h)) + def get_search_tools_table() -> str: """Get the table of search tools.""" header = ["tool", "pricing", "available_data"]