fixing ruff

This commit is contained in:
Vaibhav159
2025-01-16 21:32:48 +05:30
parent 7ee6e7193d
commit 923d33eeff

View File

@@ -20,8 +20,8 @@ from pipecat.frames.frames import (
TTSAudioRawFrame, TTSAudioRawFrame,
TTSStartedFrame, TTSStartedFrame,
TTSStoppedFrame, TTSStoppedFrame,
UserStoppedSpeakingFrame,
UserStartedSpeakingFrame, UserStartedSpeakingFrame,
UserStoppedSpeakingFrame,
) )
from pipecat.processors.frame_processor import FrameDirection from pipecat.processors.frame_processor import FrameDirection
from pipecat.services.ai_services import STTService, TTSService from pipecat.services.ai_services import STTService, TTSService