mirror of
https://github.com/langgenius/dify.git
synced 2026-03-19 13:47:37 +08:00
refactor(workflow): migrate all variables imports to core.workflow.variables
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from flask_restx import fields
|
||||
|
||||
from core.helper import encrypter
|
||||
from core.variables import SecretVariable, SegmentType, VariableBase
|
||||
from core.workflow.variables import SecretVariable, SegmentType, VariableBase
|
||||
from fields.member_fields import simple_account_fields
|
||||
from libs.helper import TimestampField
|
||||
|
||||
|
||||
Reference in New Issue
Block a user