Re: [PATCH v5 1/6] patman: fix pep8 warnings in settings module

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Remove extraneous imports, variables and comply to PEP 8 maximum line > width, among other PEP 8 changes suggested by Pyflake. > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/settings.py | 38 +++

Re: [PATCH v5 1/6] patman: fix pep8 warnings in settings module

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Remove extraneous imports, variables and comply to PEP 8 maximum line > width, among other PEP 8 changes suggested by Pyflake. > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/settings.py | 38 +++

[PATCH v5 1/6] patman: fix pep8 warnings in settings module

2022-12-19 Thread Maxim Cournoyer
Remove extraneous imports, variables and comply to PEP 8 maximum line width, among other PEP 8 changes suggested by Pyflake. Signed-off-by: Maxim Cournoyer --- (no changes since v1) tools/patman/settings.py | 38 +- 1 file changed, 21 insertions(+), 17 delet