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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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