commit | b6ef3382e853c70888eea1fd18230277e5ea1ea4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:14 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:00:59 2024 -0600 |
tree | 3189b3775c2e116093f4a2f4f183101d3423d469 | |
parent | ec811ab654c63a9c8dc355f496760e465bc6a618 [diff] |
test/py: Fix some pylint warnings in test_ut.py 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 <sjg@chromium.org>