From 4741d1379a6e17048423f0e08588b607668ab98a Mon Sep 17 00:00:00 2001 From: James Ennis Date: Wed, 14 Feb 2018 15:58:42 +0000 Subject: pylint - dealt with len-as-condition warning --- .pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index fe59cc304..bea08ac7f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -112,7 +112,6 @@ disable=##################################### # Messages that report warnings which should be addressed # ########################################################### - len-as-condition, logging-format-interpolation, no-member, -- cgit v1.2.1