mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import sys
|
||||
from collections.abc import Container, Iterable, Sequence
|
||||
from types import ModuleType
|
||||
from typing import Any, Container, Iterable, Sequence
|
||||
from typing import Any
|
||||
from typing_extensions import Literal
|
||||
|
||||
if sys.platform == "win32":
|
||||
|
||||
Reference in New Issue
Block a user