]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/ftests.py: fix lint warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 11 Jan 2023 17:29:59 +0000 (10:29 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 11 Jan 2023 17:30:10 +0000 (10:30 -0700)
Fix lint warning 'ftests.py:278:21: E303 too many blank lines (2)'

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/ftests.py

index 1817ca03907bced6c981254f3a8ee27f62b53615..a6aa6af0e90895d5c94da0599fefefb03110bffc 100755 (executable)
@@ -274,7 +274,6 @@ def run_tests(config):
                 if config.args.num == consts.TESTS_RUN_ALL or \
                    config.args.num == filenum_int:
 
-
                     if config.args.suite == consts.TESTS_RUN_ALL_SUITES and \
                        filesuite == 'sudo':
                         # Don't run the 'sudo' tests if all tests have been specified.