mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Suppress pylint error related to audioop deprecation (#91950)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
5075281add
commit
a956f16f73
@ -1,6 +1,8 @@
|
||||
"""Assist pipeline Websocket API."""
|
||||
import asyncio
|
||||
import audioop
|
||||
|
||||
# Suppressing disable=deprecated-module is needed for Python 3.11
|
||||
import audioop # pylint: disable=deprecated-module
|
||||
from collections.abc import AsyncGenerator, Callable
|
||||
import logging
|
||||
from typing import Any
|
||||
|
Loading…
x
Reference in New Issue
Block a user