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

@ -16,7 +16,6 @@ import difflib
from operator import itemgetter
import tempfile
import os
import shutil
##
# This is for testing purposes, so you can invoke this from the
@ -24,7 +23,7 @@ import shutil
# file.
#
sys.path.insert(0, '../py/')
from epylog import Result, InternalModule
from epylog import InternalModule
class common_unparsed_mod(InternalModule):
def __init__(self, opts, logger):