commit | 96f8f31153efd736958e4561669934920539469a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:43:59 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:20 2023 -0600 |
tree | 73ea25d59d741718ce7760a18b8f6d5798b120bf | |
parent | c89a2961221e703080702bb8b9038db7da8c61bb [diff] |
moveconfig: Use f strings where possible Avoid pylint warnings by using 'f' strings where possible. Signed-off-by: Simon Glass <sjg@chromium.org>