Re: [PATCH 2/5] test: fix pylint errors in u_boot_spawn.py

2021-11-24 Thread Simon Glass
On Mon, 22 Nov 2021 at 16:02, Heinrich Schuchardt 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 > --- > test/py/u_boot_spawn.py | 26 +

[PATCH 2/5] test: fix pylint errors in u_boot_spawn.py

2021-11-22 Thread Heinrich Schuchardt
* 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 --- test/py/u_boot_spawn.py | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test