Re: [PATCH 3/9] dtoc: Correct pylint errors

2022-03-02 Thread Tom Rini
On Fri, Feb 11, 2022 at 01:23:20PM -0700, Simon Glass wrote: > Fix pylint errors in this directory. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 3/9] dtoc: Correct pylint errors

2022-02-11 Thread Simon Glass
Fix pylint errors in this directory. Signed-off-by: Simon Glass --- tools/dtoc/test_dtoc.py | 6 +++--- tools/dtoc/test_fdt.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/dtoc/test_dtoc.py b/tools/dtoc/test_dtoc.py index ea88954923..c81bcc9c32 100755 --- a/