Re: [PATCH 3/5] test: fix pylint errors in u_boot_utils.py

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

[PATCH 3/5] test: fix pylint errors in u_boot_utils.py

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