
10 Aug
2023
10 Aug
'23
6:31 p.m.
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 446b68bcd10..70dc6a4d144 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -11,7 +11,6 @@ See doc/develop/moveconfig.rst for documentation. """
from argparse import ArgumentParser -import asteval import collections from contextlib import ExitStack import copy @@ -32,6 +31,7 @@ import threading import time import unittest
+import asteval from buildman import bsettings from buildman import kconfiglib from buildman import toolchain
--
2.41.0.640.ga95def55d0-goog