Merge pull request #4471 from pipecat-ai/mb/fix-gstreamer-pyright-import

This commit is contained in:
Mark Backman
2026-05-12 16:34:48 -04:00
committed by GitHub

View File

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