Fixing ruff formatting

This commit is contained in:
marcus-daily
2026-01-09 13:56:26 +00:00
committed by Marcus
parent c4cc476c3d
commit 3e2467eb71

View File

@@ -163,6 +163,7 @@ class BaseSmartTurn(BaseTurnAnalyzer):
return state, result
def on_vad_start_secs_updated(self, vad_start_secs: float):
"""Store the new vad_start_secs value."""
self._vad_start_secs = vad_start_secs
def clear(self):