Fix "F401 'utils' imported but unused" and
"E303 too many blank lines (2)" warnings.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit
fc3e59ba70fab31955b58ee3271b1d0ba45a5af9)
from libcgroup import Cgroup, Version
import ftests
import consts
-import utils
import sys
import os
result = consts.TEST_FAILED
cause = 'An invalid cgroup name unexpectedly passed: {}'.format(cg1.name)
-
cg2 = Cgroup("Invalid/TooMany/Slashes", Version.CGROUP_V2)
cg2.add_controller(CONTROLLER)
try: