From 55cc1fe9f6461db8536dce17e5249bdc494771d8 Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Tue, 25 Mar 2025 23:35:47 -0700 Subject: [PATCH] Fix import lines --- src/pipecat/services/mem0.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipecat/services/mem0.py b/src/pipecat/services/mem0.py index 0d3849ed8..23d6fa8e1 100644 --- a/src/pipecat/services/mem0.py +++ b/src/pipecat/services/mem0.py @@ -11,7 +11,9 @@ from pydantic import BaseModel, Field from pipecat.frames.frames import ErrorFrame, Frame, LLMMessagesFrame from pipecat.processors.aggregators.openai_llm_context import ( - OpenAILLMContext, OpenAILLMContextFrame) + OpenAILLMContext, + OpenAILLMContextFrame, +) from pipecat.processors.frame_processor import FrameDirection, FrameProcessor try: