commit | 97f4d769bad0dfda168df136541888d81fa9d64c | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Tue Dec 20 00:38:36 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | a931a4b0a5d29049701463433c6c2cd278f602dc | |
parent | 6a3f71cad41e0ed0caae020204022655a1d9230e [diff] |
patman: fix pep8 warnings in settings module 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 <maxim.cournoyer@savoirfairelinux.com> Reviewed-by: Simon Glass <sjg@chromium.org>