From 8d12a1d2e76ad5ab5682bc8537b813fbb26abbbd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:26:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_deployment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_deployment.py b/tests/test_deployment.py index 1818b74..020a25d 100644 --- a/tests/test_deployment.py +++ b/tests/test_deployment.py @@ -119,7 +119,6 @@ def test_multiple_nodify_and_Node(request, deployment): @znflow.nodify def get_forces(): return [random.random() for _ in range(3)] - @znflow.nodify