.. _useless-type-doc:

useless-type-doc / W9020
========================

**Message emitted:**

"%s" useless ignored parameter type documentation

**Description:**

*Please remove the ignored parameter type documentation.*

**Problematic code:**

.. literalinclude:: /data/messages/u/useless-type-doc/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/u/useless-type-doc/good.py
   :language: python




.. note::
  This message is emitted by the optional :ref:`'parameter_documentation'<pylint.extensions.docparams>`
   checker which requires the ``pylint.extensions.docparams`` plugin to be loaded.

Created by the `parameter_documentation <https://github.com/PyCQA/pylint/blob/main/pylint/extensions/docparams.py>`__ checker.