Fix implicit-return in wyoming (#122946)
This commit is contained in:
parent
c0fe65fa60
commit
79a741486c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue