diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 772ed8a64..43313b7f7 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()