Remove types.pyi from the pytype blacklist. (#1162)

* Fix a few return types in stdlib/2/inspect.pyi.

* Rename _FrameRecord to _FrameInfo

* Correct some return types in itertools.pyi from Iterable to Iterator.

* Change types.pyi syntax that pytype can't parse.

* Remove types.pyi from the pytype blacklist.
This commit is contained in:
rchen152
2017-04-14 15:14:20 -07:00
committed by Matthias Kramm
parent 2ffee9df1b
commit 2c54640dce

View File

@@ -2,7 +2,6 @@
stdlib/2/__builtin__.pyi
stdlib/2/builtins.pyi
stdlib/2/types.pyi
stdlib/2/typing.pyi
# Because of 'from . import path':