mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 23:59:39 +00:00
remove more imports
This commit is contained in:
parent
93ed8aa814
commit
bb0a3f5c8e
3 changed files with 5 additions and 7 deletions
|
|
@ -9,7 +9,6 @@ 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_models.llama3.api.datatypes import * # noqa: F403
|
||||
from llama_stack.apis.scoring_functions import ScoringFn, ScoringFnParams
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue