mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
testing/tests/boot/test_atf: fix code style
Fix these warnings: E122 continuation line missing indentation or outdented E302 expected 2 blank lines, found 1 F401 'os' imported but unused Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
493a86a7b7
commit
a3bb315e42
@ -1,6 +1,6 @@
|
|||||||
import os
|
|
||||||
import infra.basetest
|
import infra.basetest
|
||||||
|
|
||||||
|
|
||||||
class TestATFVexpress(infra.basetest.BRTest):
|
class TestATFVexpress(infra.basetest.BRTest):
|
||||||
config = \
|
config = \
|
||||||
"""
|
"""
|
||||||
@ -24,6 +24,7 @@ class TestATFVexpress(infra.basetest.BRTest):
|
|||||||
def test_run(self):
|
def test_run(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class TestATFAllwinner(infra.basetest.BRTest):
|
class TestATFAllwinner(infra.basetest.BRTest):
|
||||||
config = \
|
config = \
|
||||||
"""
|
"""
|
||||||
@ -52,6 +53,7 @@ class TestATFAllwinner(infra.basetest.BRTest):
|
|||||||
def test_run(self):
|
def test_run(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class TestATFMarvell(infra.basetest.BRTest):
|
class TestATFMarvell(infra.basetest.BRTest):
|
||||||
config = \
|
config = \
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user