From 5227448d6ffe8fdda9b9e561c7b5db25b89d3c68 Mon Sep 17 00:00:00 2001 From: Raghotham Murthy Date: Sat, 4 Oct 2025 18:20:18 -0700 Subject: [PATCH] fix pre-commit error --- tests/unit/utils/kvstore/test_sqlite_memory.py | 1 - 1 file changed, 1 deletion(-) 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