From 4a70d73fd8533bac5c16ff43a7b7695df158facc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:11:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/coniferest/onnx/convert.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/coniferest/onnx/convert.py b/src/coniferest/onnx/convert.py index 4801956..40f1ce4 100644 --- a/src/coniferest/onnx/convert.py +++ b/src/coniferest/onnx/convert.py @@ -70,9 +70,7 @@ def convert( name = str(uuid4().hex) if initial_types is None: - raise ValueError( - "Initial types are required. See usage of " "convert(...) in coniferest.onnx.convert for details" - ) + raise ValueError("Initial types are required. See usage of convert(...) in coniferest.onnx.convert for details") target_opset = target_opset if target_opset else get_maximum_opset_supported()