mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-23 00:27:26 +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
|
@ -23,7 +23,6 @@ from llama_stack.apis.conversations.conversations import (
|
|||
)
|
||||
from llama_stack.core.datatypes import AccessRule, StackRunConfig
|
||||
from llama_stack.core.persistence_resolver import resolve_conversations_store_config
|
||||
from llama_stack.core.utils.config_dirs import DISTRIBS_BASE_DIR
|
||||
from llama_stack.log import get_logger
|
||||
from llama_stack.providers.utils.sqlstore.api import ColumnDefinition, ColumnType
|
||||
from llama_stack.providers.utils.sqlstore.authorized_sqlstore import AuthorizedSqlStore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue