From 2c54640dce4c4f781d1656900aecaf310cdf88d5 Mon Sep 17 00:00:00 2001 From: rchen152 Date: Fri, 14 Apr 2017 15:14:20 -0700 Subject: [PATCH] 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. --- tests/pytype_blacklist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index cbf3b7bde..b4549bc40 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -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':