Skip to content

Commit

Permalink
Rm method
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Aug 20, 2024
1 parent 36bd0cf commit 9d045f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/langsmith/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ async def read_project(
return ls_schemas.TracerSession(**data[0])
return ls_schemas.TracerSession(**data)

async def list_projects(
self,
**kwargs: Any,
) -> AsyncIterator[ls_schemas.TracerSession]:
"""List projects."""
async for project in self._aget_paginated_list("/sessions", params=kwargs):
yield ls_schemas.TracerSession(**project)

async def delete_project(
self, *, project_name: Optional[str] = None, project_id: Optional[str] = None
) -> None:
Expand Down

0 comments on commit 9d045f4

Please sign in to comment.