.. _unsupported-binary-operation:

unsupported-binary-operation / E1131
====================================

**Message emitted:**

%s

**Description:**

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


**Correct code:**

.. literalinclude:: /data/messages/u/unsupported-binary-operation/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


Created by the `typecheck <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/typecheck.py>`__ checker.