mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 22:11:54 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from _typeshed import FileDescriptorOrPath
|
||||
from collections.abc import Container, Iterable, Iterator, Mapping, Sequence
|
||||
from logging import _ExcInfoType
|
||||
from typing import AnyStr
|
||||
from typing_extensions import Literal
|
||||
from typing import AnyStr, Literal
|
||||
|
||||
from . import refactor as refactor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user