commit | 86fa918df6c7937bcd4afb89fed7f3043c65df62 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 27 10:03:33 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Mar 31 19:06:16 2022 +0200 |
tree | 285b17903ef096e27deac7faa8d7d91960c77f22 | |
parent | edd8f66a0c77655cd63ba32e0393f4f6b806b9a8 [diff] |
test: fix pylint warnings in test_efi_bootmgr * Use f'' strings instead of .format(). * Correct sequence of imports. * Remove a superfluous import. * Add missing documentation. * Replace yield by return. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>