Commit 9b842e9e authored by SunChaser's avatar SunChaser Committed by GitHub

fix: resolve type annotation warnings

parent 01f531e9
......@@ -20,7 +20,7 @@ class Upscaler:
filter = None
model = None
user_path = None
scalers = []
scalers: list = []
tile = True
def __init__(self, create_dirs=False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment