mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-23 16:37:28 +00:00
Fix linter issues: specify exception type and use type parameters
This commit is contained in:
parent
2d87a055e1
commit
6be4cf7d18
7 changed files with 18 additions and 54 deletions
|
@ -12,9 +12,7 @@ from pydantic import BaseModel
|
|||
from llama_stack.apis.prompts import ListPromptsResponse, Prompt, Prompts
|
||||
from llama_stack.core.datatypes import StackRunConfig
|
||||
from llama_stack.core.persistence_resolver import resolve_metadata_store_config
|
||||
from llama_stack.core.utils.config_dirs import DISTRIBS_BASE_DIR
|
||||
from llama_stack.providers.utils.kvstore import KVStore, kvstore_impl
|
||||
from llama_stack.providers.utils.kvstore.config import SqliteKVStoreConfig
|
||||
|
||||
|
||||
class PromptServiceConfig(BaseModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue