mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 21:24:31 +00:00
fix precommit
This commit is contained in:
parent
a6095820af
commit
887a9772de
5 changed files with 42 additions and 96 deletions
|
|
@ -55,6 +55,4 @@ class DatasetIO(Protocol):
|
|||
...
|
||||
|
||||
@webmethod(route="/datasets/{dataset_id}/rows", 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