mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
wic: Code cleanup: unused imports
Fixed pylint warning unused-import (From OE-Core rev: e77fda5fb6cb0a35308e4620ca4602715a471fbe) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
34172ef805
commit
00020fada3
@@ -16,7 +16,6 @@
|
||||
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from wic import msger
|
||||
from wic.utils import errors
|
||||
|
||||
class _Plugin(object):
|
||||
class __metaclass__(type):
|
||||
|
||||
Reference in New Issue
Block a user