.. _unsupported-binary-operation: unsupported-binary-operation / E1131 ==================================== **Message emitted:** ``%s`` **Description:** *Emitted when a binary arithmetic operation between two operands is not supported.* **Problematic code:** .. literalinclude:: /data/messages/u/unsupported-binary-operation/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/u/unsupported-binary-operation/good.py :language: python **Configuration file:** .. literalinclude:: /data/messages/u/unsupported-binary-operation/pylintrc :language: ini Created by the `typecheck `__ checker.