commit | 67e9b64701601eefc87f995f706b4cc7c0543312 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 23 00:01:46 2021 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Nov 26 22:02:37 2021 +0100 |
tree | b3412b4ff7f95f063fccbfab16729c0de17568f8 | |
parent | 09e409810a7f716b105793c74b83c43fda8443f4 [diff] |
test: fix pylint errors in u_boot_spawn.py * don't inherit from object * imports should be on the top level * avoid unused variable names * avoid unnecessary else after raise Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>