Fix pylint plugin for binary websocket (#90351)

This commit is contained in:
epenet 2023-03-27 13:09:42 +02:00 committed by GitHub
parent c11a3881af
commit 53de9dcdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
),
],