From: Yann E. MORIN Date: Sat, 2 Jan 2021 17:06:24 +0000 (+0100) Subject: support/testing: fix flake8 issue in CPE ID test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=728484538a803bb0c7eef8dca48580c3e5ac99af;p=buildroot.git support/testing: fix flake8 issue in CPE ID test Signed-off-by: Yann E. MORIN --- 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")]