From abe64676d58c6099f363cd6b2199d7804a9bf953 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Wed, 28 Jun 2017 23:45:46 -0300 Subject: [PATCH] support/testing: fix code style in emulator Remove unused import. Use 2 empty lines before a class. Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- 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.30.2