fix: resolve type annotation warnings

This commit is contained in:
SunChaser 2024-03-10 16:19:59 +08:00 committed by GitHub
parent 01f531e9b1
commit 9b842e9ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class Upscaler:
filter = None
model = None
user_path = None
scalers = []
scalers: list = []
tile = True
def __init__(self, create_dirs=False):