1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-02-18 11:05:38 -06:00
parent f051af359d
commit 6dd0edc374
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 1 deletions

View File

@ -174,7 +174,9 @@ class UpscaleParams:
scale: int = 4,
pre_pad: int = 0,
tile_pad: int = 10,
upscale_order: Literal["correction-first", "correction-last", "correction-both"] = "correction-first",
upscale_order: Literal[
"correction-first", "correction-last", "correction-both"
] = "correction-first",
) -> None:
self.upscale_model = upscale_model
self.correction_model = correction_model