Re: [PATCH 1/1] test: fix some pylint problems in test_capsule_firmware_raw.py

2022-05-08 Thread AKASHI Takahiro
On Sat, Apr 30, 2022 at 03:55:41PM +0200, Heinrich Schuchardt wrote: > * improve doc-string formatting > * remove unused imports Similar changes should be applied to test_capsule_firmware_fit.py and test_capsule_firmware_signed.py as well. -Takahiro Akashi > Signed-off-by: Heinrich Schuchardt >

[PATCH 1/1] test: fix some pylint problems in test_capsule_firmware_raw.py

2022-04-30 Thread Heinrich Schuchardt
* improve doc-string formatting * remove unused imports Signed-off-by: Heinrich Schuchardt --- .../test_capsule_firmware_raw.py | 42 +-- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/test/py/tests/test_efi_capsule/test_capsule_firmware_raw.py b/te