Skip to content

Commit 0c9dc1a

Browse files
authored
fix: JNodeAttr import error
1 parent 3a1910e commit 0c9dc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MaaDebugger/webpage/index_page/runtime_control.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
from nicegui import app, ui
99
from nicegui.binding import bindable_dataclass
1010
from maa.resource import Resource, NotificationType
11+
from maa.pipeline import JNodeAttr
1112

12-
from ...maafw import maafw, MyContextEventSink, MyResourceEventSink, JNodeAttr
13+
from ...maafw import maafw, MyContextEventSink, MyResourceEventSink
1314
from ...webpage.components.status_indicator import Status, StatusIndicator
1415
from ...webpage.reco_page import RecoData
1516
from .global_status import GlobalStatus

0 commit comments

Comments
 (0)