From 6b3c3e318d021f7f689dd9b8710ce52371a033db Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Mon, 23 Mar 2026 15:37:48 +0900 Subject: [PATCH] test: remove stale OpenAPI compliance imports --- tests/test_litellm/interactions/test_openapi_compliance.py | 2 -- 1 file changed, 2 deletions(-) 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