Import Callable from collections.abc (4) (#56778)
This commit is contained in:
parent
19685ecff0
commit
364767ff22
28 changed files with 50 additions and 32 deletions
|
@ -1,7 +1,8 @@
|
|||
"""This platform allows several media players to be grouped into one media player."""
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, Callable
|
||||
from collections.abc import Callable
|
||||
from typing import Any
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue