Skip to content

Commit 3d5381f

Browse files
lint issue fix
1 parent 6180001 commit 3d5381f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/api/agent/template_agent_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ async def _delete_agent_instance(cls, agent_wrapper: dict):
8585
Args:
8686
agent_wrapper (dict): A dictionary containing the 'agent' and the corresponding 'client'.
8787
"""
88-
await agent_wrapper["client"].agents.delete_agent(agent_wrapper["agent"].id)
88+
await agent_wrapper["client"].agents.delete_agent(agent_wrapper["agent"].id)

0 commit comments

Comments
 (0)