Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-mtos authored and github-actions[bot] committed Jan 13, 2025
1 parent eb29b11 commit 34e3bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agents-api/agents_api/routers/agents/create_agent_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ async def create_agent_tool(
tool = tools[0]

return ResourceCreatedResponse(id=tool.id, created_at=tool.created_at, jobs=[])

0 comments on commit 34e3bc5

Please sign in to comment.