mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import sys
|
||||
from _typeshed import structseq
|
||||
from collections.abc import Callable, Iterable
|
||||
from enum import IntEnum
|
||||
from types import FrameType
|
||||
from typing import Any, Callable, Iterable, Union
|
||||
from typing import Any, Union
|
||||
from typing_extensions import Final, TypeAlias, final
|
||||
|
||||
NSIG: int
|
||||
|
||||
Reference in New Issue
Block a user