From 247b7a8c3aee8a1a3e28e196aaad964c4598edb6 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 16 Jun 2017 16:19:29 +0300 Subject: wic: code cleanup Split long lines. Removed unused imports. (From OE-Core rev: 49b704864c7db49e41a0b6bbdb8a2840e7fa232b) Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/wic/pluginbase.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/wic/pluginbase.py') diff --git a/scripts/lib/wic/pluginbase.py b/scripts/lib/wic/pluginbase.py index 08f9979f3c..c009820adc 100644 --- a/scripts/lib/wic/pluginbase.py +++ b/scripts/lib/wic/pluginbase.py @@ -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) - -- cgit v1.2.3-54-g00ecf