From c992ce385be2697805613e590bbefda90bc82597 Mon Sep 17 00:00:00 2001 From: Sarthak Deshpande Date: Wed, 23 Oct 2024 07:40:49 +0530 Subject: [PATCH] pre-commit changes --- llama_stack/providers/tests/inference/test_prompt_adapter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llama_stack/providers/tests/inference/test_prompt_adapter.py b/llama_stack/providers/tests/inference/test_prompt_adapter.py index 80a428c52..2c222ffa1 100644 --- a/llama_stack/providers/tests/inference/test_prompt_adapter.py +++ b/llama_stack/providers/tests/inference/test_prompt_adapter.py @@ -8,7 +8,9 @@ import unittest from llama_models.llama3.api import * # noqa: F403 from llama_stack.apis.inference.inference import * # noqa: F403 -from llama_stack.providers.utils.inference.prompt_adapter import chat_completion_request_to_messages +from llama_stack.providers.utils.inference.prompt_adapter import ( + chat_completion_request_to_messages, +) MODEL = "Llama3.1-8B-Instruct"