From 616211daeeb3089e061e03b57a23bf0e56dbaff2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sun, 5 Jan 2025 14:11:27 -0800 Subject: [PATCH] ci/cd run again --- tests/llm_translation/test_xai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_xai.py b/tests/llm_translation/test_xai.py index de4bfc907d..fe909a4d2e 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