1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-14 05:19:57 +00:00

wic: code cleanup

Split long lines.
Removed unused imports.

(From OE-Core rev: 49b704864c7db49e41a0b6bbdb8a2840e7fa232b)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh
2017-06-16 16:19:29 +03:00
committed by Richard Purdie
parent dd7e0ae43d
commit 247b7a8c3a
5 changed files with 5 additions and 11 deletions
-1
View File
@@ -137,4 +137,3 @@ class SourcePlugin(metaclass=PluginMeta):
'prepares' the partition to be incorporated into the image.
"""
logger.debug("SourcePlugin: do_prepare_partition: part: %s", part)