mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 18:05:57 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@ from _typeshed import SupportsRichComparisonT
|
||||
from collections.abc import Hashable, Iterable, Sequence
|
||||
from decimal import Decimal
|
||||
from fractions import Fraction
|
||||
from typing import Any, NamedTuple, SupportsFloat, TypeVar
|
||||
from typing_extensions import Literal, Self, TypeAlias
|
||||
from typing import Any, Literal, NamedTuple, SupportsFloat, TypeVar
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
__all__ = [
|
||||
"StatisticsError",
|
||||
|
||||
Reference in New Issue
Block a user