.. _no-name-in-module:

no-name-in-module / E0611
=========================

**Message emitted:**

No name %r in module %r

**Description:**

*Used when a name cannot be found in a module.*

**Problematic code:**

.. literalinclude:: /data/messages/n/no-name-in-module/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/n/no-name-in-module/good.py
   :language: python



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