From 0426aa5642d031afb71d1e10e34f9a3fed88c88c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 5 Sep 2024 15:26:48 -0700 Subject: [PATCH] run test again --- litellm/tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 43313b7f7a..772ed8a645 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -20,7 +20,7 @@ from litellm.utils import ModelResponseListIterator sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system path +) # Adds the parent directory to the system-path from dotenv import load_dotenv load_dotenv()