From 6dd0edc374991e14b62176dc1febebd4d6a193f5 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 18 Feb 2023 11:05:38 -0600 Subject: [PATCH] apply lint --- api/onnx_web/params.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/onnx_web/params.py b/api/onnx_web/params.py index cd90e177..4e91708f 100644 --- a/api/onnx_web/params.py +++ b/api/onnx_web/params.py @@ -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