mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(responses): import import_module in the error-events tests
This commit is contained in:
parent
2e3a7f689d
commit
40f4fa2629
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Pydantic ValidationError (previously typed as Optional[str]).
|
|||
"""
|
||||
|
||||
import json
|
||||
from importlib import import_module
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue