From 3d442620f94c595ac30f8743bdc0ee746c6b15e5 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Tue, 27 May 2025 10:42:06 -0300 Subject: [PATCH] Removing not used imports. --- src/pipecat/services/tavus/video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipecat/services/tavus/video.py b/src/pipecat/services/tavus/video.py index f08e5b6d0..d354014d5 100644 --- a/src/pipecat/services/tavus/video.py +++ b/src/pipecat/services/tavus/video.py @@ -24,8 +24,6 @@ from pipecat.frames.frames import ( StartFrame, StartInterruptionFrame, TTSAudioRawFrame, - TTSStartedFrame, - TTSStoppedFrame, ) from pipecat.processors.frame_processor import FrameDirection, FrameProcessorSetup from pipecat.services.ai_service import AIService