From ef413d95a93582b6a3ec67d335c4f5f631880f23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:09:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- kornia/onnx/sequential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kornia/onnx/sequential.py b/kornia/onnx/sequential.py index c46b56c206..a4f7b68c77 100644 --- a/kornia/onnx/sequential.py +++ b/kornia/onnx/sequential.py @@ -163,4 +163,4 @@ def load(model_name: str) -> "ONNXSequential": use the format 'hf://model_name'. Valid `model_name` can be found on https://huggingface.co/kornia/ONNX_models. """ - return ONNXSequential(model_name) \ No newline at end of file + return ONNXSequential(model_name)