diff --git a/api/onnx_web/params.py b/api/onnx_web/params.py index 603cf537..40eb2257 100644 --- a/api/onnx_web/params.py +++ b/api/onnx_web/params.py @@ -22,12 +22,6 @@ class TileOrder: spiral = "spiral" -class UpscaleOrder: - correct_first = "correct-first" - correct_last = "correct-last" - correct_both = "correct-both" - - Param = Union[str, int, float] Point = Tuple[int, int]