support/testing: fix flake8 issue in CPE ID test
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 2 Jan 2021 17:06:24 +0000 (18:06 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 2 Jan 2021 17:06:24 +0000 (18:06 +0100)
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/testing/tests/core/test_cpeid.py

index 23471e444477a50b5e09ddfb22d45a5b49dddc8a..acac8c3adfc9c978aa556e50af29645b095f26d0 100644 (file)
@@ -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")]