mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 19:31:51 -08:00
fix: resolve type annotation warnings
This commit is contained in:
parent
01f531e9b1
commit
9b842e9ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue