add changelog, run linter

This commit is contained in:
nbyers-altira
2025-10-17 13:49:52 -04:00
parent 81221668b1
commit a67a765783
2 changed files with 6 additions and 1 deletions

View File

@@ -583,7 +583,9 @@ class RivaSegmentedSTTService(SegmentedSTTService):
self._config.language_code = self._language
@traced_stt
async def _handle_transcription(self, transcript: str, is_final: bool, language: Optional[Language] = None):
async def _handle_transcription(
self, transcript: str, is_final: bool, language: Optional[Language] = None
):
"""Handle a transcription result with tracing."""
pass