]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: fix some pylint errors in test_bind.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 30 Apr 2022 09:26:23 +0000 (11:26 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:51 +0000 (03:09 +0100)
commit06d590844f3560facdaeba728148e8db0fdbb023
treefda57c6e1f35258a595cd019e317bb7c34774566
parent2be964d29f11ead9c82ba1a19fbfeceb63e3f62d
test: fix some pylint errors in test_bind.py

* Use spaces not tabs
* Limit lines to 100 spaces
* Remove an unused import
* Sort imports correctly
* Add a module description

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_bind.py