commit | 725bd31b22992334c2ed8860f228573b79d140a1 | [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 | ffa0a2312267868edc4ad3b5fefd454d61d06d96 [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>