Commit bb8a3187 authored by Dylan Trotter's avatar Dylan Trotter

Remove some unsupported collection types from __all__ list.

parent c51bf21b
......@@ -17,7 +17,7 @@ __all__ = ["Hashable", "Iterable", "Iterator",
"Sized", "Container", "Callable",
"Set", "MutableSet",
"Mapping", "MutableMapping",
"MappingView", "KeysView", "ItemsView", "ValuesView",
"MappingView", #"KeysView", "ItemsView", "ValuesView",
"Sequence", "MutableSequence",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment