From: Kamalesh Babulal Date: Mon, 3 Apr 2023 10:05:08 +0000 (+0530) Subject: ftests-072: fix flake8 warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8737edf88c98023af58f7013e53386f4c0b05c9b;p=thirdparty%2Flibcgroup.git ftests-072: fix flake8 warning Fix "E302 expected 2 blank lines, found 1" flake warnings. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (cherry picked from commit f6bf9fea34f3551aeb05900773c9022bf37b66d5) --- diff --git a/tests/ftests/072-pybindings-cgroup_get_cgroup.py b/tests/ftests/072-pybindings-cgroup_get_cgroup.py index 952855c4..0f8d04ed 100755 --- a/tests/ftests/072-pybindings-cgroup_get_cgroup.py +++ b/tests/ftests/072-pybindings-cgroup_get_cgroup.py @@ -20,6 +20,7 @@ CONTROLLERS = ['cpu', 'memory', 'io', 'pids'] CGNAME2 = '{}/grandchildcg'.format(CGNAME) + def prereqs(config): result = consts.TEST_PASSED cause = None