formatting fixes

This commit is contained in:
Dinesh Yeduguru 2024-12-05 21:04:27 -08:00
parent e105859808
commit 9fde3dd476

View file

@ -3,12 +3,13 @@
# #
# 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.
from pydantic import BaseModel
from llama_stack.distribution.utils.config_dirs import RUNTIME_BASE_DIR from llama_stack.distribution.utils.config_dirs import RUNTIME_BASE_DIR
from llama_stack.providers.utils.kvstore.config import ( from llama_stack.providers.utils.kvstore.config import (
KVStoreConfig, KVStoreConfig,
SqliteKVStoreConfig, SqliteKVStoreConfig,
) )
from pydantic import BaseModel
class MetaReferenceEvalConfig(BaseModel): class MetaReferenceEvalConfig(BaseModel):