mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
fix: resolve type annotation warnings
This commit is contained in:
parent
01f531e9b1
commit
9b842e9ec7
@ -20,7 +20,7 @@ class Upscaler:
|
||||
filter = None
|
||||
model = None
|
||||
user_path = None
|
||||
scalers = []
|
||||
scalers: list = []
|
||||
tile = True
|
||||
|
||||
def __init__(self, create_dirs=False):
|
||||
|
Loading…
Reference in New Issue
Block a user