From 909db51a156141139bfa746cdd3ca485668a0121 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 6 Aug 2020 09:36:47 +1000 Subject: More build infra cleanup. (#4252) - Deleted unused code. - Consolidate some modules. --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index b551b213..02abe5f6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -140,7 +140,8 @@ disable=print-statement, exception-escape, comprehension-escape, fixme, - import-error + import-error, + no-member # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option -- cgit v1.2.3