mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Add collections.Container to Python 2/3 (#608)
This commit is contained in:
committed by
Guido van Rossum
parent
0b04c44710
commit
5624e7fd4b
@@ -13,6 +13,7 @@ from typing import (
|
||||
# These are exported.
|
||||
# TODO reexport more.
|
||||
from typing import (
|
||||
Container as Container,
|
||||
MutableMapping as MutableMapping,
|
||||
Sequence as Sequence,
|
||||
MutableSequence as MutableSequence,
|
||||
|
||||
Reference in New Issue
Block a user