mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 21:12:25 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import sys
|
||||
from _typeshed import Self
|
||||
from typing import Any, Container, Generic, Iterable, Iterator, SupportsInt, TypeVar, overload
|
||||
from collections.abc import Container, Iterable, Iterator
|
||||
from typing import Any, Generic, SupportsInt, TypeVar, overload
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
# Undocumented length constants
|
||||
|
||||
Reference in New Issue
Block a user