Allow import of deprecated audioop module (#90869)

pull/90888/head
Erik Montnemery 2023-04-06 02:03:46 +02:00 committed by GitHub
parent ef5d8d83cb
commit 4104659986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Voice Assistant Websocket API."""
import asyncio
import audioop
import audioop # pylint: disable=deprecated-module
from collections.abc import Callable
import logging
from typing import Any