]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Correct ordering of asteval import
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:43:52 +0000 (13:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:20 +0000 (09:25 -0600)
commitb5aa5a32e99ae3c808e613e8a03cf9ad8aa7ff6e
tree7e0df4b92ef5ec9b8e018f6dc3612a5a2d0dcfab
parentad1f187c18c65a3c0fe09c8a2dbba26ee8173098
moveconfig: Correct ordering of asteval import

This should be after the standard imports. Move it to avoid a lot of
pylint warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py