]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/cgroup.py: fix lint warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 11 Jan 2023 17:31:08 +0000 (10:31 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 11 Jan 2023 17:31:12 +0000 (10:31 -0700)
Fix the warning 'cgroup.py:998:1: E302 expected 2 blank lines, found 1'

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

tests/ftests/cgroup.py

index 01b9faa9c2a59ab69e7fb9f75a87c3e5c956163f..49ac3945f9189a403412dee0d140fc59eaba82ef 100644 (file)
@@ -995,6 +995,7 @@ class Cgroup(object):
         else:
             raise CgroupError('Unknown cgroup mode')
 
+
 class CgroupError(Exception):
     def __init__(self, message):
         super(CgroupError, self).__init__(message)