pylint-errors

R0204 (redefined-variable-type)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when the type of a variable changes inside a method or a function.