From 2f38e72026e2aaef127ed54da3eec86853306d66 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 16 Jan 2025 20:52:55 -0800 Subject: [PATCH] test commit on main --- 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 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