pylint-errors

R1701 (consider-merging-isinstance)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when multiple consecutive isinstance calls can be merged into one.