reimported / W0404#

Message emitted:

Reimport %r (imported line %s)

Description:

Used when a module is reimported multiple times.

Correct code:

import re

Problematic code:

import re
import re  # [reimported]

Created by the imports checker.