fix import

This commit is contained in:
jxxghp
2025-02-26 21:13:41 +08:00
parent e3d4b19dac
commit 4a42b0d000
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import copy
from app.actions import BaseAction
from app.schemas import ActionParams, ActionContext
from core.event import eventmanager
from app.core.event import eventmanager
class SendEventParams(ActionParams):