mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46: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
|
||||
|
||||
|
||||
class TestATFVexpress(infra.basetest.BRTest):
|
||||
config = \
|
||||
"""
|
||||
@ -24,6 +24,7 @@ class TestATFVexpress(infra.basetest.BRTest):
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
|
||||
class TestATFAllwinner(infra.basetest.BRTest):
|
||||
config = \
|
||||
"""
|
||||
@ -52,6 +53,7 @@ class TestATFAllwinner(infra.basetest.BRTest):
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
|
||||
class TestATFMarvell(infra.basetest.BRTest):
|
||||
config = \
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user