pylint-errors
R0204 (redefined-variable-type)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Used when the type of a variable changes inside a method or a function.
Related resources:
Issue Tracker