forked from phoenix-oss/llama-stack-mirror
openapi gen + precommit fix
This commit is contained in:
parent
39f4dfbf50
commit
5cb0ad7d7f
4 changed files with 11 additions and 32 deletions
|
@ -50,6 +50,4 @@ class DatasetIO(Protocol):
|
|||
...
|
||||
|
||||
@webmethod(route="/datasets/{dataset_id}/append-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