mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 05:12:37 +00:00
precommit failures fixed
This commit is contained in:
parent
2261e05baa
commit
4a26c0d54f
3 changed files with 6 additions and 6 deletions
|
|
@ -7,9 +7,9 @@
|
|||
from typing import Any, Dict, List, Literal, Optional, Protocol, runtime_checkable
|
||||
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.common.type_system import ParamType
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue