fix(cloud): import lifecycle task scope

This commit is contained in:
dadachann
2026-08-19 16:44:36 +00:00
parent c3fe312a43
commit 693c59b726
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import annotations from __future__ import annotations
from .. import stage, app from .. import stage, app, entities as core_entities
from ...utils import version, proxy, constants from ...utils import version, proxy, constants
from ...pipeline import pool, controller, pipelinemgr from ...pipeline import pool, controller, pipelinemgr
from ...pipeline import aggregator as message_aggregator from ...pipeline import aggregator as message_aggregator