]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests-072: fix flake8 warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 3 Apr 2023 10:05:08 +0000 (15:35 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 3 Apr 2023 15:11:52 +0000 (09:11 -0600)
Fix "E302 expected 2 blank lines, found 1" flake warnings.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit f6bf9fea34f3551aeb05900773c9022bf37b66d5)

tests/ftests/072-pybindings-cgroup_get_cgroup.py

index 952855c4bbeff64bfb508bf13c8714c9c2e542f1..0f8d04ed82417137d6a4a8e7cbe21d48e26cf3af 100755 (executable)
@@ -20,6 +20,7 @@ CONTROLLERS = ['cpu', 'memory', 'io', 'pids']
 
 CGNAME2 = '{}/grandchildcg'.format(CGNAME)
 
+
 def prereqs(config):
     result = consts.TEST_PASSED
     cause = None