forked from phoenix-oss/llama-stack-mirror
precommit
This commit is contained in:
parent
2723b05164
commit
c2eb47d7e6
1 changed files with 1 additions and 3 deletions
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue