On Mon, 22 Nov 2021 at 16:02, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > * 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.schucha...@canonical.com> > --- > test/py/u_boot_spawn.py | 26 +++++++++++++------------- > 1 file changed, 13 insertions(+), 13 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>