Add Any for collections.pyi

This commit is contained in:
Alvaro Caceres
2016-06-15 15:57:55 -05:00
parent d0ac66f5f8
commit 122da1ca3f

View File

@@ -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