mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Callable, Mapping, Sequence
|
||||
from collections.abc import Callable, Mapping, Sequence
|
||||
from typing_extensions import Final, TypeAlias
|
||||
|
||||
paFloat32: Final[int]
|
||||
|
||||
Reference in New Issue
Block a user