mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix pylint plugin for binary websocket (#90351)
This commit is contained in:
parent
c11a3881af
commit
53de9dcdbc
@ -2323,7 +2323,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="async_process_audio_stream",
|
||||
arg_types={1: "SpeechMetadata", 2: "StreamReader"},
|
||||
arg_types={1: "SpeechMetadata", 2: "AsyncIterable[bytes]"},
|
||||
return_type="SpeechResult",
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user