From a0a066a8ff2c0f899be005b439fbadb1ab6d6a1b Mon Sep 17 00:00:00 2001 From: Victor Huesca Date: Mon, 5 Aug 2019 11:51:47 +0200 Subject: [PATCH] utils/getdeveloperlib.py: fix flake8 warnings Fix a weird blank-line missing and 2 trailing blank-space. Signed-off-by: Victor Huesca Signed-off-by: Thomas Petazzoni --- utils/getdeveloperlib.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/getdeveloperlib.py b/utils/getdeveloperlib.py index c18236b3a5..239ffa340b 100644 --- a/utils/getdeveloperlib.py +++ b/utils/getdeveloperlib.py @@ -79,9 +79,9 @@ def analyze_patches(patches): return (allfiles, allinfras) -# +# # Unit-test parsing functions -# +# def get_all_test_cases(suite): """Generate all test-cases from a given test-suite. @@ -108,6 +108,7 @@ def list_unittests(path): unittests = {} + # # DEVELOPERS file parsing functions #