.. _reimported:

reimported / W0404
==================

**Message emitted:**

Reimport %r (imported line %s)

**Description:**

*Used when a module is imported more than once.*

**Problematic code:**

.. literalinclude:: /data/messages/r/reimported/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/r/reimported/good.py
   :language: python



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