mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test: remove stale OpenAPI compliance imports
This commit is contained in:
parent
cfdff3edc6
commit
6b3c3e318d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue