fix import

This commit is contained in:
Raghotham Murthy 2025-10-06 14:29:27 -07:00
parent 5227448d6f
commit 22077e7f32

View file

@ -5,7 +5,7 @@
# the root directory of this source tree. # the root directory of this source tree.
from llama_stack.providers.utils.kvstore.sqlite.config import SqliteKVStoreConfig from llama_stack.providers.utils.kvstore.config import SqliteKVStoreConfig
from llama_stack.providers.utils.kvstore.sqlite.sqlite import SqliteKVStoreImpl from llama_stack.providers.utils.kvstore.sqlite.sqlite import SqliteKVStoreImpl