pylint-errors

W0128 (redeclared-assigned-name)

:x: Problematic code:

# to be added

:heavy_check_mark: Correct code:

# to be added

Rationale:

Emitted when we detect that a variable was redeclared in the same assignment.