From 44b8ea463d6080c124998ff89672fdcd48af609b Mon Sep 17 00:00:00 2001 From: hjlarry Date: Tue, 3 Jun 2025 16:57:48 +0800 Subject: [PATCH] core.variables.types.SegmentType --- api/core/workflow/nodes/variable_aggregator/entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/workflow/nodes/variable_aggregator/entities.py b/api/core/workflow/nodes/variable_aggregator/entities.py index d33c3859e9..f4577d7573 100644 --- a/api/core/workflow/nodes/variable_aggregator/entities.py +++ b/api/core/workflow/nodes/variable_aggregator/entities.py @@ -2,8 +2,8 @@ from typing import Optional from pydantic import BaseModel -from core.workflow.nodes.base import BaseNodeData from core.variables.types import SegmentType +from core.workflow.nodes.base import BaseNodeData class AdvancedSettings(BaseModel):