Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Jun 25, 2024
1 parent 629ce52 commit e6b6c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/sdk-py/langgraph_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ async def get_history(
self,
thread_id: str,
limit: int = 10,
*,
before: Optional[str] = None,
metadata: Optional[dict] = None,
) -> list[ThreadState]:
Expand Down

0 comments on commit e6b6c8d

Please sign in to comment.