support/testing: test_lxc.py: fix code style

Fix these warnings:

E122 continuation line missing indentation or outdented
E127 continuation line over-indented for visual indent
E265 block comment should start with '# '
E302 expected 2 blank lines, found 1
F401 'pexpect' imported but unused

Fixes:
 - https://gitlab.com/buildroot.org/buildroot/-/jobs/360824861

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Pierre-Jean Texier 2019-11-25 21:30:01 +01:00 committed by Thomas Petazzoni
parent 335c0bc610
commit bd18e74eeb

View File

@ -1,7 +1,7 @@
import os
import infra.basetest
import pexpect
class TestLxc(infra.basetest.BRTest):
config = \