.. _missing-kwoa:

missing-kwoa / E1125
====================

**Message emitted:**

``Missing mandatory keyword argument %r in %s call``

**Description:**

*Used when a function call does not pass a mandatory keyword-only argument.*

**Problematic code:**

.. literalinclude:: /data/messages/m/missing-kwoa/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/m/missing-kwoa/good.py
   :language: python





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