From 728484538a803bb0c7eef8dca48580c3e5ac99af Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 2 Jan 2021 18:06:24 +0100 Subject: [PATCH] support/testing: fix flake8 issue in CPE ID test Signed-off-by: Yann E. MORIN --- 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")] -- 2.30.2