mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add missing MutableSet abstract base class (#680)
This commit is contained in:
committed by
Guido van Rossum
parent
ec4987fa5d
commit
5fc1b4b948
@@ -10,4 +10,5 @@ if sys.version_info >= (3, 3):
|
||||
Sequence as Sequence,
|
||||
MutableSequence as MutableSequence,
|
||||
Set as Set,
|
||||
MutableSet as MutableSet,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user