From 40f4fa26295d6bdee5967710d2683c4f17e9ddb1 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:41:17 -0700 Subject: [PATCH] test(responses): import import_module in the error-events tests --- .../responses/test_streaming_iterator_error_events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/responses/test_streaming_iterator_error_events.py b/tests/test_litellm/responses/test_streaming_iterator_error_events.py index adaa6b0e3f3..19b69042da1 100644 --- a/tests/test_litellm/responses/test_streaming_iterator_error_events.py +++ b/tests/test_litellm/responses/test_streaming_iterator_error_events.py @@ -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