Testing CI

This commit is contained in:
Mark Backman
2026-04-30 13:16:53 -04:00
parent bfdd19464f
commit e1271aa3f7

View File

@@ -89,7 +89,7 @@ class BaseUserTurnStopStrategy(BaseObject):
"""Reset the strategy to its initial state.""" """Reset the strategy to its initial state."""
pass 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. """Process an incoming frame to decide whether the user stopped speaking.
Subclasses should override this to implement logic that decides whether Subclasses should override this to implement logic that decides whether