Skip to content

Commit 3a63a58

Browse files
committed
fix: lint issues
1 parent 4f20e76 commit 3a63a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/finance_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_finance_agent(
1818
debug_mode: bool = False,
1919
) -> Agent:
2020
return Agent(
21-
name="Finance Agent",
21+
name="Finance Agent",
2222
agent_id="finance-agent",
2323
session_id=session_id,
2424
user_id=user_id,

0 commit comments

Comments
 (0)