mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor(workflow): enforce typed query boundary
This commit is contained in:
@@ -774,6 +774,13 @@ _MESSAGE_NOTIFICATION_SYMBOL_ALIASES: Dict[str, SymbolAlias] = {
|
||||
}
|
||||
|
||||
SYMBOL_ALIASES: Dict[str, Dict[str, SymbolAlias]] = {
|
||||
"app.workflow": {
|
||||
"WorkFlowManager": SymbolAlias(
|
||||
target_module="app.workflow",
|
||||
target_name="WorkflowManager",
|
||||
replacement="app.workflow.WorkflowManager",
|
||||
),
|
||||
},
|
||||
"app.application.transfer": {
|
||||
name: SymbolAlias(
|
||||
target_module="app.sdk._legacy.transfer",
|
||||
|
||||
Reference in New Issue
Block a user