mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user