mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 10:49:47 +00:00
remove imports 1/n
This commit is contained in:
parent
28ce511986
commit
da26d22f90
8 changed files with 43 additions and 22 deletions
|
|
@ -9,7 +9,7 @@ from typing import Any, Dict, List, Optional, Protocol, runtime_checkable
|
|||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
from pydantic import BaseModel
|
||||
|
||||
from llama_stack.apis.datasets import * # noqa: F403
|
||||
from llama_stack.apis.datasets import Dataset
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue