Import ParamSpec
from typing [Py310] (#86413)
* Import ParamSpec from typing [Py310] * Update additional imports
This commit is contained in:
parent
af107d7853
commit
45b4b0e990
36 changed files with 45 additions and 76 deletions
|
@ -5,12 +5,11 @@ import asyncio
|
|||
from collections.abc import Awaitable, Callable, Coroutine
|
||||
import functools
|
||||
import logging
|
||||
from typing import Any, TypeVar
|
||||
from typing import Any, Concatenate, ParamSpec, TypeVar
|
||||
|
||||
import aiohttp
|
||||
from async_upnp_client.client import UpnpError
|
||||
from openhomedevice.device import Device
|
||||
from typing_extensions import Concatenate, ParamSpec
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components import media_source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue