Fix issues shown by pylint(1)
authorAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 19:46:53 +0000 (12:46 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 19:51:30 +0000 (12:51 -0700)
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.


No differences found