mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:14:30 +00:00
precommit
This commit is contained in:
parent
6a8bd19ba2
commit
cc48d9e9e6
5 changed files with 7 additions and 17 deletions
|
|
@ -51,6 +51,4 @@ class DatasetIO(Protocol):
|
|||
...
|
||||
|
||||
@webmethod(route="/datasetio/append-rows/{dataset_id:path}", method="POST")
|
||||
async def append_rows(
|
||||
self, dataset_id: str, rows: List[Dict[str, Any]]
|
||||
) -> None: ...
|
||||
async def append_rows(self, dataset_id: str, rows: List[Dict[str, Any]]) -> None: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue