u_boot_pylib: Fix pylint warnings in command
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2025 16:26:44 +0000 (09:26 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 19:31:49 +0000 (13:31 -0600)
commitf8456c91aad8259ab08bdf3654b8ee8c0187a45d
treea7a89a5becccf36809f21f67f2e092362a0d0941
parent54ead4be04241f34967a6a591d529ee8ba66f301
u_boot_pylib: Fix pylint warnings in command

This file has a lot of warnings. Before adding any more features, fix
those which are straightforward to resolve.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/command.py