From 2116d2425e5953b4944a14450cb451947adfadab Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 20 Apr 2022 13:53:54 -0700 Subject: [PATCH] Remove paramiko stubs from pytype_exclude_list. (#7669) Pytype can parse these now. --- tests/pytype_exclude_list.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/pytype_exclude_list.txt b/tests/pytype_exclude_list.txt index b6bbba728..75740bafa 100644 --- a/tests/pytype_exclude_list.txt +++ b/tests/pytype_exclude_list.txt @@ -13,10 +13,6 @@ stubs/mysqlclient/MySQLdb/__init__.pyi stubs/mysqlclient/MySQLdb/connections.pyi stubs/mysqlclient/MySQLdb/cursors.pyi -# third_party stubs with constructs that pytype doesn't yet support: -stubs/paramiko/paramiko/_winapi.pyi -stubs/paramiko/paramiko/win_pageant.pyi - # _pb2.pyi have some constructs that break pytype # Eg # pytype.pyi.parser.ParseError: File: "/Users/nipunn/src/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi", line 195