fix pre-commit error

This commit is contained in:
Raghotham Murthy 2025-10-04 18:20:18 -07:00
parent 106c9b0caa
commit 5227448d6f

View file

@ -4,7 +4,6 @@
# This source code is licensed under the terms described in the LICENSE file in # This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree. # 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.config import SqliteKVStoreConfig
from llama_stack.providers.utils.kvstore.sqlite.sqlite import SqliteKVStoreImpl from llama_stack.providers.utils.kvstore.sqlite.sqlite import SqliteKVStoreImpl