mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 09:18:44 +00:00
remove more imports
This commit is contained in:
parent
93ed8aa814
commit
bb0a3f5c8e
3 changed files with 5 additions and 7 deletions
|
|
@ -6,13 +6,12 @@
|
|||
|
||||
from enum import Enum
|
||||
|
||||
from typing import Any, Dict, List, Optional, Protocol
|
||||
from typing import Any, Dict, List, Optional, Protocol, Union
|
||||
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||
from llama_stack.apis.inference import Message
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue