From ef8d1f1b15858ed0b86fb92e03d1c3797c6c1e1f Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Thu, 5 Oct 2017 18:42:09 -0300 Subject: 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 Acked-by: "Yann E. MORIN" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/testing/tests/init/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'support/testing/tests/init/base.py') diff --git a/support/testing/tests/init/base.py b/support/testing/tests/init/base.py index a261d7dd46..c09ee46eb0 100644 --- a/support/testing/tests/init/base.py +++ b/support/testing/tests/init/base.py @@ -2,6 +2,7 @@ import os import subprocess import infra.basetest + class InitSystemBase(infra.basetest.BRTest): def startEmulator(self, fs_type, kernel=None, dtb=None, init=None): -- cgit v1.2.3