diff --git a/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py b/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py index ee3bc304cc..cad5c0997f 100644 --- a/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py +++ b/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py @@ -2,8 +2,6 @@ Tests for agent node clarification helper and configuration. """ -import pytest - from core.workflow.nodes.agent.clarification_helper import ( extract_clarification_request, should_enable_clarification,