pylint-errors

E1131 (unsupported-binary-operation)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Emitted when a binary arithmetic operation between two operands is not supported.