openapi gen + precommit fix

This commit is contained in:
Xi Yan 2025-03-15 14:08:01 -07:00
parent 39f4dfbf50
commit 5cb0ad7d7f
4 changed files with 11 additions and 32 deletions

View file

@ -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: ...