From 73b63f8d351d35bb513dba8f16e010d4271d8cf5 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 20 Aug 2025 13:30:00 -0400 Subject: [PATCH] Remove unnecessary import --- src/pipecat/processors/aggregators/llm_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/processors/aggregators/llm_context.py b/src/pipecat/processors/aggregators/llm_context.py index f4128c91e..8b677cf02 100644 --- a/src/pipecat/processors/aggregators/llm_context.py +++ b/src/pipecat/processors/aggregators/llm_context.py @@ -29,7 +29,7 @@ from openai.types.chat import ( from PIL import Image from pipecat.adapters.schemas.tools_schema import ToolsSchema -from pipecat.frames.frames import AudioRawFrame, Frame +from pipecat.frames.frames import AudioRawFrame # "Re-export" types from OpenAI that we're using as universal context types. # NOTE: if universal message types need to someday diverge from OpenAI's, we