support/run-tests: reorder imports
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 13 Feb 2020 10:09:05 +0000 (11:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 17 Feb 2020 09:13:08 +0000 (10:13 +0100)
commit5abe7e4ce3e098ddb7a060e24f2f8aa60b0353a7
tree156d0b1cd683d4b69460c623704796d1b0ef2ab7
parent7868fa78d80bf634aff4b0a8d3003616349c1be2
support/run-tests: reorder imports

Reorder imports using the isort utility to fix a warning from pylint3:

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

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/run-tests