mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-05 14:44:18 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -5,8 +5,8 @@ import sys
|
||||
from _typeshed import Unused
|
||||
from builtins import list as _list # conflicts with a method named "list"
|
||||
from collections.abc import Iterable
|
||||
from typing import IO, Any, NamedTuple
|
||||
from typing_extensions import Literal, Self, TypeAlias
|
||||
from typing import IO, Any, Literal, NamedTuple
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
__all__ = [
|
||||
"NNTP",
|
||||
|
||||
Reference in New Issue
Block a user