mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 15:39:47 +00:00
impls imports remove
This commit is contained in:
parent
c1ef055f39
commit
b641902bfa
13 changed files with 97 additions and 39 deletions
|
|
@ -7,8 +7,9 @@
|
|||
import pytest
|
||||
import pytest_asyncio
|
||||
|
||||
from llama_stack.apis.common.type_system import * # noqa: F403
|
||||
from llama_stack.apis.common.content_types import URL
|
||||
|
||||
from llama_stack.apis.common.type_system import StringType
|
||||
from llama_stack.apis.datasets import DatasetInput
|
||||
from llama_stack.apis.models import ModelInput
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue