mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
refactor(trigger): clean up and optimize trigger-related code
- Remove unused classes and imports in encryption utilities - Simplify method signatures for better readability - Enhance code quality by adding newlines for clarity - Update tests to reflect changes in import paths Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@ -20,4 +20,4 @@ class TriggerService:
|
||||
# TODO dispatch by the trigger controller
|
||||
|
||||
# TODO using the dispatch result(events) to invoke the trigger events
|
||||
raise NotImplementedError("Not implemented")
|
||||
raise NotImplementedError("Not implemented")
|
||||
|
||||
Reference in New Issue
Block a user