From e1271aa3f7efcc70cf703fb77c71827bb058625a Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 30 Apr 2026 13:16:53 -0400 Subject: [PATCH] Testing CI --- src/pipecat/turns/user_stop/base_user_turn_stop_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/turns/user_stop/base_user_turn_stop_strategy.py b/src/pipecat/turns/user_stop/base_user_turn_stop_strategy.py index e5dc1bd66..7fcf35f45 100644 --- a/src/pipecat/turns/user_stop/base_user_turn_stop_strategy.py +++ b/src/pipecat/turns/user_stop/base_user_turn_stop_strategy.py @@ -89,7 +89,7 @@ class BaseUserTurnStopStrategy(BaseObject): """Reset the strategy to its initial state.""" pass - async def process_frame(self, frame: Frame) -> ProcessFrameResult | None: + async def process_frame(self, _: Frame) -> ProcessFrameResult | None: """Process an incoming frame to decide whether the user stopped speaking. Subclasses should override this to implement logic that decides whether