mirror of
https://github.com/langgenius/dify.git
synced 2026-03-03 07:00:30 -05:00
refactor(workflow): move variables package into core.workflow (#32750)
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