diff --git a/libs/community/tests/integration_tests/llms/test_ipex_llm.py b/libs/community/tests/integration_tests/llms/test_ipex_llm.py index b153cde2b5868..daadf7aea2078 100644 --- a/libs/community/tests/integration_tests/llms/test_ipex_llm.py +++ b/libs/community/tests/integration_tests/llms/test_ipex_llm.py @@ -105,4 +105,4 @@ def test_load_generate_gpu(model_id: str) -> None: ) output = llm.generate(["Hello!"]) assert isinstance(output, LLMResult) - assert isinstance(output.generations, list) \ No newline at end of file + assert isinstance(output.generations, list)