This pull request introduces 59 alerts and fixes 121 when merging c6fdcf35ccb61178e153f3c92fff3bfed2e2d3ad into febde01eac0a1f2ec1eda46b7d307215873f1c04 - view on LGTM.com
new alerts:
37 for Unused import
9 for Module is imported with 'import' and 'import from'
4 for Variable defined multiple times
3 for Wrong name for an argument in a call
2 for Unused local variable
2 for Missing call to `__init__` during object initialization
2 for Wrong number of arguments in a call
fixed alerts:
82 for Unused import
10 for Module is imported with 'import' and 'import from'
9 for Unused local variable
6 for Missing call to `__init__` during object initialization
6 for Variable defined multiple times
3 for Non-iterable used in for loop
2 for Wrong name for an argument in a class instantiation