diff --git a/stdlib/2/collections.pyi b/stdlib/2/collections.pyi index 398d753ce3e3..74fc2a801294 100644 --- a/stdlib/2/collections.pyi +++ b/stdlib/2/collections.pyi @@ -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