From c73099b5bbd29279c2031cbb4a19197759033bb7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 24 May 2024 21:13:50 -0700 Subject: [PATCH] ci / cd - run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 1b319c1603..c1cf907ae1 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -7,7 +7,7 @@ import os, io sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system path +) # Adds the parent-directory to the system path import pytest import litellm from litellm import embedding, completion, completion_cost, Timeout