mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
Fix lint
This commit is contained in:
parent
20893e2e49
commit
12063b47b5
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user