Update typing_extensions imports in third-party stubs (#11245)

This commit is contained in:
Sebastian Rittau
2024-01-05 15:40:13 +01:00
committed by GitHub
parent 1b471a9a0a
commit b6eaadcfe5
488 changed files with 715 additions and 845 deletions

View File

@@ -3,8 +3,8 @@ from _typeshed import Unused
from collections import OrderedDict
from collections.abc import Iterator
from re import Match, Pattern
from typing import Any, overload
from typing_extensions import Final, Literal, Never, Self, TypeAlias
from typing import Any, Final, Literal, overload
from typing_extensions import Never, Self, TypeAlias
_RetType: TypeAlias = type[float | datetime.datetime]
_Expressions: TypeAlias = list[str] # fixed-length list of 5 or 6 strings