From 152fd52cd73c496d276f03e779f86c88957d29e0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:23:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/tests/unit_tests/core/agent/__init__.py | 1 - .../core/app/apps/test_workflow_app_runner_stream_chunk.py | 1 - .../unit_tests/core/workflow/nodes/test_llm_node_streaming.py | 1 - 3 files changed, 3 deletions(-) diff --git a/api/tests/unit_tests/core/agent/__init__.py b/api/tests/unit_tests/core/agent/__init__.py index e7c478bf83..a9ccd45f4b 100644 --- a/api/tests/unit_tests/core/agent/__init__.py +++ b/api/tests/unit_tests/core/agent/__init__.py @@ -1,4 +1,3 @@ """ Mark agent test modules as a package to avoid import name collisions. """ - diff --git a/api/tests/unit_tests/core/app/apps/test_workflow_app_runner_stream_chunk.py b/api/tests/unit_tests/core/app/apps/test_workflow_app_runner_stream_chunk.py index 6a8a691a25..8779e8c586 100644 --- a/api/tests/unit_tests/core/app/apps/test_workflow_app_runner_stream_chunk.py +++ b/api/tests/unit_tests/core/app/apps/test_workflow_app_runner_stream_chunk.py @@ -45,4 +45,3 @@ def test_skip_empty_final_chunk() -> None: published_event, publish_from = queue_manager.published[0] assert publish_from == PublishFrom.APPLICATION_MANAGER assert published_event.text == "hi" - diff --git a/api/tests/unit_tests/core/workflow/nodes/test_llm_node_streaming.py b/api/tests/unit_tests/core/workflow/nodes/test_llm_node_streaming.py index 55f6525bcc..9d793f804f 100644 --- a/api/tests/unit_tests/core/workflow/nodes/test_llm_node_streaming.py +++ b/api/tests/unit_tests/core/workflow/nodes/test_llm_node_streaming.py @@ -146,4 +146,3 @@ def test_serialize_tool_call_strips_files_to_ids(): assert serialized["name"] == "do" assert serialized["arguments"] == '{"a":1}' assert serialized["output"] == "ok" -