
23 Sep
2023
23 Sep
'23
9:43 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 ---
(no changes since v1)
tools/moveconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 2f7dee88c7ee..a6dbda7bd0ea 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.42.0.515.g380fc7ccd1-goog