Allow import of deprecated audioop module (#90869)
parent
ef5d8d83cb
commit
4104659986
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue