mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
Add collections.Container to Python 2/3 (#608)
This commit is contained in:
committed by
Guido van Rossum
parent
0b04c44710
commit
5624e7fd4b
@@ -8,7 +8,8 @@
|
||||
|
||||
from typing import (
|
||||
Any, Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator, Type,
|
||||
Sized, Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence
|
||||
Sized, Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence,
|
||||
Container
|
||||
)
|
||||
import typing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user