From fa9ce45f62bd4768ab743f27093684b3bd74a983 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:36:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/functional_tests/workflow_stack_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/workflow_stack_test.py b/tests/functional_tests/workflow_stack_test.py index 92a9726cc..899d7392a 100644 --- a/tests/functional_tests/workflow_stack_test.py +++ b/tests/functional_tests/workflow_stack_test.py @@ -1167,4 +1167,4 @@ def workflow(a, b, c): assert add_distributed.electron_object.get_metadata("executor") is None assert workflow.get_metadata("executor") == "local" assert result.status == "COMPLETED" - assert result.result == [6, 6, 6] \ No newline at end of file + assert result.result == [6, 6, 6]