From 86e2aa85d3b8572943d28f7ea43dc6b0540b4ebd Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 12 May 2026 14:07:39 -0400 Subject: [PATCH] Fix GStreamer pipeline source pyright import --- src/pipecat/processors/gstreamer/pipeline_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/processors/gstreamer/pipeline_source.py b/src/pipecat/processors/gstreamer/pipeline_source.py index c2a819f69..62be39935 100644 --- a/src/pipecat/processors/gstreamer/pipeline_source.py +++ b/src/pipecat/processors/gstreamer/pipeline_source.py @@ -27,7 +27,7 @@ try: gi.require_version("Gst", "1.0") gi.require_version("GstApp", "1.0") - from gi.repository import Gst, GstApp + from gi.repository import Gst, GstApp # pyright: ignore[reportAttributeAccessIssue] except ModuleNotFoundError as e: logger.error(f"Exception: {e}") logger.error(