Remove unnecessary import

This commit is contained in:
Paul Kompfner
2025-08-20 13:30:00 -04:00
parent 0c14b33e92
commit 73b63f8d35

View File

@@ -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