diff --git a/tests/test_litellm/interactions/test_openapi_compliance.py b/tests/test_litellm/interactions/test_openapi_compliance.py index 001e4e96cbf..b399549bdf5 100644 --- a/tests/test_litellm/interactions/test_openapi_compliance.py +++ b/tests/test_litellm/interactions/test_openapi_compliance.py @@ -11,10 +11,8 @@ Run with: pytest tests/test_litellm/interactions/test_openapi_compliance.py -v """ import json -import os from pathlib import Path from typing import Any, Dict -from unittest.mock import MagicMock, patch import pytest from openapi_core import OpenAPI