mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
fmt
This commit is contained in:
@@ -627,9 +627,7 @@ class AssistantsClient:
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user