From f6bf9fea34f3551aeb05900773c9022bf37b66d5 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 3 Apr 2023 15:35:08 +0530 Subject: [PATCH] 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 --- tests/ftests/072-pybindings-cgroup_get_cgroup.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2