mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix implicit-return in wyoming (#122946)
This commit is contained in:
parent
c0fe65fa60
commit
79a741486c
@ -89,6 +89,7 @@ class WyomingWakeWordProvider(wake_word.WakeWordDetectionEntity):
|
||||
"""Get the next chunk from audio stream."""
|
||||
async for chunk_bytes in stream:
|
||||
return chunk_bytes
|
||||
return None
|
||||
|
||||
try:
|
||||
async with AsyncTcpClient(self.service.host, self.service.port) as client:
|
||||
|
Loading…
x
Reference in New Issue
Block a user