[Buildroot] [PATCH 6/9] support/testing: fix code style in emulator

Ricardo Martincoski ricardo.martincoski at gmail.com
Thu Jun 29 02:45:46 UTC 2017


Remove unused import.
Use 2 empty lines before a class.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
---
This patch depends on previous ones because some code with style issues
were replaced by equivalent code.

After this patch
$ flake8 support/testing/infra/emulator.py
shows no error or warning.
---
 support/testing/infra/emulator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/infra/emulator.py b/support/testing/infra/emulator.py
index 7407309a29..0f925fc9fb 100644
--- a/support/testing/infra/emulator.py
+++ b/support/testing/infra/emulator.py
@@ -1,7 +1,7 @@
 import pexpect
 
 import infra
-import infra.basetest
+
 
 class Emulator(object):
 
-- 
2.11.0



More information about the buildroot mailing list