]> git.baikalelectronics.ru Git - uboot.git/commit
test: fix pylint errors in u_boot_utils.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 22 Nov 2021 23:01:47 +0000 (00:01 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Nov 2021 21:02:37 +0000 (22:02 +0100)
commitee878d65efe5e41b938bf75cf12814be15a24ba2
tree2ce4a0073f03fa64a55fd4a5dfcc5b013b48996a
parent9c53d484edd065a9e814308792bdfffb5c415ee2
test: fix pylint errors in u_boot_utils.py

* there is no os.path.unlink() method
* don't inherit from object
* add module docstring
* move imports to the top
* avoid unused variable

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_utils.py