test: remove stale OpenAPI compliance imports

This commit is contained in:
Seongho Bae 2026-03-23 15:37:48 +09:00
parent cfdff3edc6
commit 6b3c3e318d

View file

@ -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