diff --git a/tests/unit/utils/kvstore/test_sqlite_memory.py b/tests/unit/utils/kvstore/test_sqlite_memory.py index 5c9d4c4ff..38326437e 100644 --- a/tests/unit/utils/kvstore/test_sqlite_memory.py +++ b/tests/unit/utils/kvstore/test_sqlite_memory.py @@ -4,7 +4,6 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -import pytest from llama_stack.providers.utils.kvstore.sqlite.config import SqliteKVStoreConfig from llama_stack.providers.utils.kvstore.sqlite.sqlite import SqliteKVStoreImpl