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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue