precommit

This commit is contained in:
Xi Yan 2025-03-23 16:22:32 -07:00
parent 2723b05164
commit c2eb47d7e6

View file

@ -13,8 +13,8 @@ from typing import (
Literal, Literal,
Optional, Optional,
Protocol, Protocol,
runtime_checkable,
Union, Union,
runtime_checkable,
) )
from pydantic import BaseModel, Field from pydantic import BaseModel, Field
@ -23,8 +23,6 @@ from llama_stack.apis.datasets import DatasetPurpose
from llama_stack.apis.resource import Resource from llama_stack.apis.resource import Resource
from llama_stack.schema_utils import json_schema_type, register_schema, webmethod from llama_stack.schema_utils import json_schema_type, register_schema, webmethod
from .graders import * # noqa: F401 F403
class GraderType(Enum): class GraderType(Enum):
""" """