1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Import ParamSpec from typing [Py310] (#86413)

* Import ParamSpec from typing [Py310]

* Update additional imports
This commit is contained in:
Marc Mueller
2023-01-23 07:28:43 +01:00
committed by GitHub
parent af107d7853
commit 45b4b0e990
36 changed files with 45 additions and 76 deletions

View File

@@ -32,6 +32,7 @@ from typing import (
Generic,
NamedTuple,
Optional,
ParamSpec,
TypeVar,
Union,
cast,
@@ -39,7 +40,6 @@ from typing import (
)
from urllib.parse import urlparse
from typing_extensions import ParamSpec
import voluptuous as vol
import yarl