]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: Fix some pylint warnings in test_ut.py
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:14 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:00:59 +0000 (13:00 -0600)
commitb6ef3382e853c70888eea1fd18230277e5ea1ea4
tree3189b3775c2e116093f4a2f4f183101d3423d469
parentec811ab654c63a9c8dc355f496760e465bc6a618
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>
test/py/tests/test_ut.py