commit | 9aa1a14d13831cbddbdab8d28cd6005bf663bcea | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 23 00:01:47 2021 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Nov 26 22:02:37 2021 +0100 |
tree | 2ce4a0073f03fa64a55fd4a5dfcc5b013b48996a | |
parent | 67e9b64701601eefc87f995f706b4cc7c0543312 [diff] |
test: fix pylint errors in u_boot_utils.py * there is no os.path.unlink() method * don't inherit from object * add module docstring * move imports to the top * avoid unused variable Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>