From 37ffab3e2217982df6a864e2abbbf384351c9123 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 21 Sep 2018 11:04:41 -0400 Subject: Get rid of keys() usage for x in some_dict.keys() can be written as for x in some_dict Change-Id: I9cdb3e6802fbf85fe49f3855ccc2a68ce5cc56c4 Signed-off-by: Chuck Short --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index d65eb6dd1..63359a3ca 100644 --- a/.pylintrc +++ b/.pylintrc @@ -148,7 +148,6 @@ disable= unidiomatic-typecheck, consider-using-enumerate, bad-whitespace, - consider-iterating-dictionary, line-too-long, useless-super-delegation, pointless-string-statement, -- cgit v1.2.1