mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
fix
This commit is contained in:
parent
2a8391ec23
commit
b35d562bb1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
from enum import StrEnum
|
||||
from typing import Annotated, ClassVar, Literal, Protocol, runtime_checkable
|
||||
|
||||
from fastapi import File, Form, Response, UploadFile
|
||||
from fastapi import File, Response, UploadFile
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.common.responses import Order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue