Re: [PATCH 1/2] test/py: efi_secboot: apply autopep8

2020-07-07 Thread AKASHI Takahiro
On Mon, Jul 06, 2020 at 12:45:54PM +0200, Heinrich Schuchardt wrote: > On 16.06.20 01:16, AKASHI Takahiro wrote: > > Python's autopep8 can automatically correct some of warnings from pylint > > and rewrite the code in a pretty print format. So just do it. > > > > Signed-off-by: AKASHI Takahiro > >

Re: [PATCH 1/2] test/py: efi_secboot: apply autopep8

2020-07-06 Thread Heinrich Schuchardt
On 16.06.20 01:16, AKASHI Takahiro wrote: > Python's autopep8 can automatically correct some of warnings from pylint > and rewrite the code in a pretty print format. So just do it. > > Signed-off-by: AKASHI Takahiro > Suggested-by: Heinrich Schuchardt > --- > test/py/tests/test_efi_secboot/conft

[PATCH 1/2] test/py: efi_secboot: apply autopep8

2020-06-15 Thread AKASHI Takahiro
Python's autopep8 can automatically correct some of warnings from pylint and rewrite the code in a pretty print format. So just do it. Signed-off-by: AKASHI Takahiro Suggested-by: Heinrich Schuchardt --- test/py/tests/test_efi_secboot/conftest.py| 162 ++ test/py/tests/test_