diff --git a/tests/llm_translation/test_prompt_factory.py b/tests/llm_translation/test_prompt_factory.py index 5d450f264b..1844af2030 100644 --- a/tests/llm_translation/test_prompt_factory.py +++ b/tests/llm_translation/test_prompt_factory.py @@ -752,4 +752,4 @@ def test_ollama_pt(): {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello!"}, ] - ollama_pt(model="ollama/llama3.1:8b", messages=messages) \ No newline at end of file + ollama_pt(model="ollama/llama3.1:8b", messages=messages)