[Buildroot] [git commit] support/testing: fix flake8 issue in CPE ID test

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jan 2 17:06:24 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=728484538a803bb0c7eef8dca48580c3e5ac99af
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 support/testing/tests/core/test_cpeid.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/testing/tests/core/test_cpeid.py b/support/testing/tests/core/test_cpeid.py
index 23471e4444..acac8c3adf 100644
--- a/support/testing/tests/core/test_cpeid.py
+++ b/support/testing/tests/core/test_cpeid.py
@@ -2,6 +2,7 @@ import infra
 import subprocess
 import json
 
+
 class CpeIdTest(infra.basetest.BRConfigTest):
     config = ""
     br2_external = [infra.filepath("tests/core/cpeid-br2-external")]


More information about the buildroot mailing list