support/testing: fix code style
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Thu, 5 Oct 2017 21:42:09 +0000 (18:42 -0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 6 Oct 2017 16:56:49 +0000 (18:56 +0200)
commitef8d1f1b15858ed0b86fb92e03d1c3797c6c1e1f
treef1187ecd2a501454fc53e9ae03b89e4480f1d40e
parent2927f412be6fd52961a2cd9aaed203d57609eef9
support/testing: fix code style

Fix the trivial warnings from flake8:
 - remove modules imported but unused;
 - use 2 lines before class or module level method;
 - remove blank line at end of file.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
21 files changed:
support/testing/infra/__init__.py
support/testing/infra/basetest.py
support/testing/infra/builder.py
support/testing/run-tests
support/testing/tests/core/test_post_scripts.py
support/testing/tests/core/test_rootfs_overlay.py
support/testing/tests/core/test_timezone.py
support/testing/tests/fs/test_ext.py
support/testing/tests/fs/test_iso9660.py
support/testing/tests/fs/test_jffs2.py
support/testing/tests/fs/test_squashfs.py
support/testing/tests/fs/test_ubi.py
support/testing/tests/fs/test_yaffs2.py
support/testing/tests/init/base.py
support/testing/tests/init/test_busybox.py
support/testing/tests/init/test_none.py
support/testing/tests/init/test_systemd.py
support/testing/tests/package/test_dropbear.py
support/testing/tests/package/test_ipython.py
support/testing/tests/package/test_python.py
support/testing/tests/toolchain/test_external.py