From 0ebdaba03c198bc0d8050ffeb9b0d5efb3b3e9c8 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 13 Jan 2026 17:02:57 -0500 Subject: [PATCH] Remove dead import of `TranscriptProcessor` (which is now deprecated) --- examples/foundational/49d-thinking-functions-google.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/foundational/49d-thinking-functions-google.py b/examples/foundational/49d-thinking-functions-google.py index 794d4e4f7..0595279b8 100644 --- a/examples/foundational/49d-thinking-functions-google.py +++ b/examples/foundational/49d-thinking-functions-google.py @@ -23,7 +23,6 @@ from pipecat.processors.aggregators.llm_response_universal import ( LLMContextAggregatorPair, LLMUserAggregatorParams, ) -from pipecat.processors.transcript_processor import TranscriptProcessor from pipecat.runner.types import RunnerArguments from pipecat.runner.utils import create_transport from pipecat.services.cartesia.tts import CartesiaTTSService