diff options
author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2017-06-28 23:45:46 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-01 16:05:14 +0200 |
commit | abe64676d58c6099f363cd6b2199d7804a9bf953 (patch) | |
tree | e8bb178e9bbffa24bb3410ea248cfb382a5153d6 /support/testing/infra/emulator.py | |
parent | 4a622fe4b6aeca8758156c24e89713d214fa2aa6 (diff) | |
download | buildroot-abe64676d58c6099f363cd6b2199d7804a9bf953.tar.gz buildroot-abe64676d58c6099f363cd6b2199d7804a9bf953.zip |
support/testing: fix code style in emulator
Remove unused import.
Use 2 empty lines before a class.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/testing/infra/emulator.py')
-rw-r--r-- | support/testing/infra/emulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |