diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 35f9cd85b4c..73f6264c603 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -11,7 +11,8 @@ import os sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system-path +) # Adds the parent directory to the systempath + import os from unittest.mock import AsyncMock, MagicMock, patch