From 616aa54f7569148c49f08807fbc8857e1f18533a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 15 Oct 2024 08:57:15 -0700 Subject: [PATCH] ruff formatting --- src/pipecat/services/openai_realtime_beta/llm_and_context.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pipecat/services/openai_realtime_beta/llm_and_context.py b/src/pipecat/services/openai_realtime_beta/llm_and_context.py index 173ee5103..68f1be177 100644 --- a/src/pipecat/services/openai_realtime_beta/llm_and_context.py +++ b/src/pipecat/services/openai_realtime_beta/llm_and_context.py @@ -364,7 +364,6 @@ class OpenAILLMServiceRealtimeBeta(LLMService): ) ) - # # frame processing # @@ -643,8 +642,8 @@ class OpenAILLMServiceRealtimeBeta(LLMService): await self._truncate_current_audio_response() # todo: might need to guard sending these when we fully support using either openai # turn detection of Pipecat turn detection - await self._start_interruption() # cancels this processor task - await self.push_frame(StartInterruptionFrame()) # cancels downstream tasks + await self._start_interruption() # cancels this processor task + await self.push_frame(StartInterruptionFrame()) # cancels downstream tasks await self.push_frame(UserStartedSpeakingFrame()) async def _handle_evt_speech_stopped(self, evt):