precommit failures fixed

This commit is contained in:
Dinesh Yeduguru 2024-11-01 14:24:50 -07:00 committed by Dinesh Yeduguru
parent 26a14c1d92
commit 1bcf484d83
6 changed files with 22 additions and 12 deletions

View file

@ -10,10 +10,10 @@ from llama_models.llama3.api.datatypes import URL
from llama_models.schema_utils import json_schema_type, webmethod
from llama_stack.apis.common.type_system import ParamType
from pydantic import BaseModel, Field
from llama_stack.apis.common.type_system import ParamType
@json_schema_type
class DatasetDef(BaseModel):