chore: indenting

This commit is contained in:
Björn Otgaar
2026-01-08 13:01:38 +01:00
parent cc0d5af28c
commit 1360567820

View File

@@ -272,7 +272,7 @@ class VADAgent(BaseAgent):
# Prepend the last chunk that had no speech, for a more fluent boundary
self.audio_buffer = chunk
async def handle_message(self, msg: InternalMessage):
async def handle_message(self, msg: InternalMessage):
"""
Handle incoming messages.