refactor(storage): remove core storage api shims and fix imports

This commit is contained in:
Ashwin Bharambe 2025-11-18 11:04:57 -08:00
parent 90f07dad9e
commit 7e78d5220a
43 changed files with 148 additions and 107 deletions

View file

@ -13,9 +13,9 @@ from unittest.mock import AsyncMock
import pytest
from llama_stack.core.storage.datatypes import KVStoreReference, SqliteKVStoreConfig
from llama_stack.core.storage.kvstore import kvstore_impl, register_kvstore_backends
from llama_stack.providers.inline.batches.reference.batches import ReferenceBatchesImpl
from llama_stack.providers.inline.batches.reference.config import ReferenceBatchesImplConfig
from llama_stack.core.storage.kvstore import kvstore_impl, register_kvstore_backends
@pytest.fixture