Removing not used imports.

This commit is contained in:
Filipi Fuchter
2025-05-27 10:42:06 -03:00
parent 798b935ff6
commit 3d442620f9

View File

@@ -24,8 +24,6 @@ from pipecat.frames.frames import (
StartFrame, StartFrame,
StartInterruptionFrame, StartInterruptionFrame,
TTSAudioRawFrame, TTSAudioRawFrame,
TTSStartedFrame,
TTSStoppedFrame,
) )
from pipecat.processors.frame_processor import FrameDirection, FrameProcessorSetup from pipecat.processors.frame_processor import FrameDirection, FrameProcessorSetup
from pipecat.services.ai_service import AIService from pipecat.services.ai_service import AIService