[PATCH v2 03/27] moveconfig: Correct ordering of asteval import
Simon Glass
sjg at chromium.org
Fri Sep 15 02:22:05 CEST 2023
This should be after the standard imports. Move it to avoid a lot of
pylint warnings.
Signed-off-by: Simon Glass <sjg at 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.459.ge4e396fd5e-goog
More information about the U-Boot
mailing list