Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Sep 21, 2024
1 parent 4eaa1bb commit 75ef1e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/sdk-py/langgraph_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,7 @@ async def set_latest(self, assistant_id: str, version: int) -> Assistant:

payload: Dict[str, Any] = {"version": version}

return await self.http.post(
f"/assistants/{assistant_id}/latest", json=payload
)
return await self.http.post(f"/assistants/{assistant_id}/latest", json=payload)


class ThreadsClient:
Expand Down

0 comments on commit 75ef1e7

Please sign in to comment.