mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Add MutableSet to collections (#691)
This commit is contained in:
committed by
Jukka Lehtosalo
parent
b9733f5717
commit
33b81b9e2b
@@ -7,9 +7,9 @@
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import (
|
||||
Any, Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator, Type,
|
||||
Sized, Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence,
|
||||
Container
|
||||
Any, Container, Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload,
|
||||
Iterator, Type, Sized, Optional, List, Set, Sequence, Union, Reversible,
|
||||
MutableMapping, MutableSet, MutableSequence,
|
||||
)
|
||||
import typing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user