mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Callable, Container, Iterable, Mapping, NamedTuple, Sequence
|
||||
from collections.abc import Callable, Container, Iterable, Mapping, Sequence
|
||||
from typing import Any, NamedTuple
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
LATEX_ESCAPE_RULES: dict[str, str]
|
||||
|
||||
Reference in New Issue
Block a user