diff --git a/tests/llm_translation/test_xai.py b/tests/llm_translation/test_xai.py index fe909a4d2e..de4bfc907d 100644 --- a/tests/llm_translation/test_xai.py +++ b/tests/llm_translation/test_xai.py @@ -6,7 +6,7 @@ from unittest.mock import AsyncMock sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system-path +) # Adds the parent directory to the system path import httpx