Re: [PATCH v3 04/24] test/py: Fix some pylint warnings in test_ut.py

2024-08-16 Thread Tom Rini
On Thu, Aug 15, 2024 at 02:25:15PM -0600, Simon Glass wrote: > Tidy up most of these warnings. Remaining are four of these: > >R0914: Too many local variables > > which can only by fixed by splitting things into functions, so that is > left for another time. > > Part of this change was done

[PATCH v3 04/24] test/py: Fix some pylint warnings in test_ut.py

2024-08-15 Thread Simon Glass
Tidy up most of these warnings. Remaining are four of these: R0914: Too many local variables which can only by fixed by splitting things into functions, so that is left for another time. Part of this change was done by the flynt tool. Signed-off-by: Simon Glass --- (no changes since v1)