From cf90071926f20ecb44906c1e7033c15989932232 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 8 Oct 2025 17:19:46 -0400 Subject: [PATCH] Format fix --- src/pipecat/services/gemini_multimodal_live/gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index c3358cd2c..65b5eb781 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -658,7 +658,7 @@ class GeminiMultimodalLiveLLMService(LLMService): # Session resumption self._session_resumption_handle: Optional[str] = None - + # Bookkeeping for ending gracefully (i.e. after the bot is finished) self._end_frame_pending_bot_turn_finished: Optional[EndFrame] = None