mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +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:]:
|
for h in header[1:]:
|
||||||
row.append(feats.get(h))
|
row.append(feats.get(h))
|
||||||
|
|
||||||
|
|
||||||
def get_search_tools_table() -> str:
|
def get_search_tools_table() -> str:
|
||||||
"""Get the table of search tools."""
|
"""Get the table of search tools."""
|
||||||
header = ["tool", "pricing", "available_data"]
|
header = ["tool", "pricing", "available_data"]
|
||||||
|
Loading…
Reference in New Issue
Block a user