mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 12:46:33 +00:00
utils/getdeveloperlib.py: fix flake8 warnings
Fix a weird blank-line missing and 2 trailing blank-space. Signed-off-by: Victor Huesca <victor.huesca@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5c39c90ae1
commit
a0a066a8ff
@ -79,9 +79,9 @@ def analyze_patches(patches):
|
|||||||
return (allfiles, allinfras)
|
return (allfiles, allinfras)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Unit-test parsing functions
|
# Unit-test parsing functions
|
||||||
#
|
#
|
||||||
|
|
||||||
def get_all_test_cases(suite):
|
def get_all_test_cases(suite):
|
||||||
"""Generate all test-cases from a given test-suite.
|
"""Generate all test-cases from a given test-suite.
|
||||||
@ -108,6 +108,7 @@ def list_unittests(path):
|
|||||||
|
|
||||||
unittests = {}
|
unittests = {}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DEVELOPERS file parsing functions
|
# DEVELOPERS file parsing functions
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user