pylint-errors
W0128 (redeclared-assigned-name)
Problematic code:
# to be added
Correct code:
# to be added
Rationale:
Emitted when we detect that a variable was redeclared in the same assignment.
Related resources:
Issue Tracker