[Buildroot] [PATCH 1/2] support/run-tests: reorder imports

Yegor Yefremov yegorslists at googlemail.com
Mon Feb 17 07:13:58 UTC 2020


Hi Peter,

On Sun, Feb 16, 2020 at 3:39 PM Peter Korsgaard <peter at korsgaard.com> wrote:
>
> >>>>> "yegorslists" == yegorslists  <yegorslists at googlemail.com> writes:
>
>  > From: Yegor Yefremov <yegorslists at googlemail.com>
>  > Reorder imports using the isort utility.
>
> Why? Does the current order cause any issues or warnings from linters?

I get this warning:

wrong-import-order: standard import "import multiprocessing" should be
placed before "import nose2"

Yegor


More information about the buildroot mailing list