diff --git a/tests/test_litellm/test_video_generation.py b/tests/test_litellm/test_video_generation.py index 0d90b5188f1..121bf1a1f03 100644 --- a/tests/test_litellm/test_video_generation.py +++ b/tests/test_litellm/test_video_generation.py @@ -735,8 +735,6 @@ class TestVideoLogging: Note: Uses AsyncMock with side_effect pattern for reliable parallel execution. """ - import litellm.videos.main as videos_main - custom_logger = self.TestVideoLogger() litellm.logging_callback_manager._reset_all_callbacks() litellm.callbacks = [custom_logger]