]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
python: libcgroup.pyx - fix lines, spaces lint warnings
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 10 Jul 2023 04:44:57 +0000 (10:14 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 12 Jul 2023 18:57:31 +0000 (12:57 -0600)
commit0bc52ba6fda08f55d21a7d44db57126b119f874f
tree2a3d25b63b781a9bbfc7a18003751511b08b713a
parentb426e9046c28c828646ce486588764620a4ed4b3
python: libcgroup.pyx - fix lines, spaces lint warnings

Fix following spaces, lines warnings reported by Cython-lint:
- libcgroup.pyx:14:13: E222 multiple spaces after operator
- libcgroup.pyx:50:1: E302 expected 2 blank lines, found 1
- libcgroup.pyx:53:1: E302 expected 2 blank lines, found 1
- libcgroup.pyx:57:1: E302 expected 2 blank lines, found 1
- libcgroup.pyx:85:1: E305 expected 2 blank lines after class or function definition, found 1

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/python/libcgroup.pyx