mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
wic: code cleanup: superfluous-parens
Removed unncecessary parents after 'if' 'del' and 'print' keywords. Fixed pyling warning: Unnecessary parens after 'xxx' keyword (From OE-Core rev: a64604d11f75973b4c2347fa2669da9889e44013) 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
4862a4c33a
commit
a4da21d92f
@@ -103,7 +103,7 @@ class PluginMgr(object):
|
||||
% (os.path.basename(pdir), mod, err)
|
||||
msger.warning(msg)
|
||||
|
||||
del(sys.path[0])
|
||||
del sys.path[0]
|
||||
|
||||
def get_plugins(self, ptype):
|
||||
""" the return value is dict of name:class pairs """
|
||||
|
||||
Reference in New Issue
Block a user