.. _unused-wildcard-import: unused-wildcard-import / W0614 ============================== **Message emitted:** Unused import(s) %s from wildcard import of %s **Description:** *Used when an imported module or variable is not used from a `'from X import *'` style import.* Created by ``variables`` checker