Re: [PATCH 4/5] test: fix pylint error in u_boot_console_sandbox.py

2021-11-24 Thread Simon Glass
On Mon, 22 Nov 2021 at 16:02, Heinrich Schuchardt wrote: > > * provide module docstring > > Signed-off-by: Heinrich Schuchardt > --- > test/py/u_boot_console_sandbox.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH 4/5] test: fix pylint error in u_boot_console_sandbox.py

2021-11-22 Thread Heinrich Schuchardt
* provide module docstring Signed-off-by: Heinrich Schuchardt --- test/py/u_boot_console_sandbox.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py index 836f5a9e2b..7e1eb0e0b4 100644 --- a/test/py/u_bo