[PATCH 04/28] moveconfig: Correct ordering of asteval import
Simon Glass
sjg at chromium.org
Thu Aug 10 18:31:36 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>
---
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
More information about the U-Boot
mailing list