mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -2,8 +2,7 @@ import io
|
||||
import sys
|
||||
from _typeshed import StrPath
|
||||
from collections.abc import Callable, Container, Iterable, Sequence
|
||||
from typing import Any, Protocol, TypeVar, overload
|
||||
from typing_extensions import Final, Literal
|
||||
from typing import Any, Final, Literal, Protocol, TypeVar, overload
|
||||
|
||||
__all__ = [
|
||||
"NullTranslations",
|
||||
|
||||
Reference in New Issue
Block a user