python_plugin_example
python_plugin_example copied to clipboard
Fix pylint warnings
- fix unnecessary use of a comprehension
- wrap too long lines
- add missing module docstrings
- remove object from class declarations
- use python naming conventions
- disable "too-few-public-methods" warning