pylint-errors

W0623 (redefine-in-handler)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when an exception handler assigns the exception to an existing name.