]> git.baikalelectronics.ru Git - uboot.git/commit
patman: fix pep8 warnings in settings module
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 20 Dec 2022 05:38:36 +0000 (00:38 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commit2d36a9f53471b6f8a90bc1a56aa5ba168f2194a5
treea931a4b0a5d29049701463433c6c2cd278f602dc
parenta7a39b1978f26075971f962126099a57cc067ad6
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>
tools/patman/settings.py