mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 05:12:37 +00:00
linter fixes
This commit is contained in:
parent
8fe22230b8
commit
63f45c1e27
6 changed files with 13 additions and 7 deletions
|
|
@ -7,9 +7,9 @@
|
|||
from typing import Dict, List, 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 JsonType, ParamType
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue