mirror of
https://github.com/langgenius/dify.git
synced 2026-03-20 05:57:59 +08:00
refactor(workflow): migrate all variables imports to core.workflow.variables
This commit is contained in:
@ -5,7 +5,7 @@ from base64 import b64encode
|
||||
from collections.abc import Mapping
|
||||
from typing import Any
|
||||
|
||||
from core.variables.utils import dumps_with_segments
|
||||
from core.workflow.variables.utils import dumps_with_segments
|
||||
|
||||
|
||||
class TemplateTransformer(ABC):
|
||||
|
||||
Reference in New Issue
Block a user