diff --git a/stdlib/2.7/collections.pyi b/stdlib/2.7/collections.pyi index 817d81959..9b6bc4d07 100644 --- a/stdlib/2.7/collections.pyi +++ b/stdlib/2.7/collections.pyi @@ -7,8 +7,8 @@ # NOTE: These are incomplete! from typing import ( - Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator, Sized, - Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence + Any, Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator, + Sized, Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence ) import typing