Linting python scripts

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
Jiri Podivin 2024-08-30 17:24:34 +02:00 committed by kevin
parent 5e0ad1134d
commit f513e7cbcd
29 changed files with 17 additions and 43 deletions

View file

@ -14,7 +14,7 @@ import re
# file.
#
sys.path.insert(0, '../py/')
from epylog import Result, InternalModule
from epylog import InternalModule
class selinux_mod(InternalModule):
def __init__(self, opts, logger):