From d3b9a0aab00ee1947325714def23d284ce998ba7 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 31 Mar 2025 19:17:40 -0300 Subject: [PATCH] Fixing ruff format. --- src/pipecat/services/ultravox/stt.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pipecat/services/ultravox/stt.py b/src/pipecat/services/ultravox/stt.py index 9f1cab832..4b9c3b16e 100644 --- a/src/pipecat/services/ultravox/stt.py +++ b/src/pipecat/services/ultravox/stt.py @@ -17,13 +17,6 @@ from loguru import logger from pipecat.frames.frames import ( AudioRawFrame, - LLMFullResponseEndFrame, - LLMFullResponseStartFrame, - LLMTextFrame, - TranscriptionFrame, - TextFrame, - StartFrame, - EndFrame, CancelFrame, EndFrame, ErrorFrame,