mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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
@@ -19,7 +19,7 @@ import os
|
||||
|
||||
from wic import msger
|
||||
from wic import kickstart
|
||||
from wic.utils import misc, runner, errors
|
||||
from wic.utils import misc
|
||||
|
||||
|
||||
def get_siteconf():
|
||||
|
||||
Reference in New Issue
Block a user