refactor html-info and do some linting cleanups

This commit is contained in:
Vladimir Mandic
2023-06-18 11:38:42 -04:00
parent 08db2462a2
commit 457dddf7aa
17 changed files with 69 additions and 76 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ all_images = []
all_images_by_type = {}
class Result(object):
class Result():
def __init__(self, typ: str, fn: str, tag: str = None, requested: list = []): # noqa: B006
self.type = typ
self.input = fn