mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
ad1f187c18
commit
b5aa5a32e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue