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