From: Alexander Vasarab Date: Thu, 2 Jul 2020 19:46:53 +0000 (-0700) Subject: Fix issues shown by pylint(1) X-Git-Tag: v2.0.2^2~1^2~1 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/c2eb371bec21b7fbef29868fc6b92d1f2703d288?hp=c2eb371bec21b7fbef29868fc6b92d1f2703d288 Fix issues shown by pylint(1) Here were the most common fixes: - Lots of wrong hanging indentations (bad-continuation) - Many logging-not-lazy warnings - A few unnecessary-semicolon warnings :0) - A few line-too-long warnings A few warnings were suppressed globally (.pylintrc), and in particular, in the mapping functions, several whitespace warnings were suppressed locally. ---