enable inline import alert and fix inline imports (#2856)

This commit is contained in:
Shuchang Zheng
2025-07-01 12:48:00 -07:00
committed by GitHub
parent 47f9f1dabb
commit 41f77a40c8
7 changed files with 13 additions and 18 deletions

View File

@@ -1614,7 +1614,7 @@ async def _summarize_task_v2(
async def build_task_v2_run_response(task_v2: TaskV2) -> TaskRunResponse:
"""Build TaskRunResponse object for webhook backward compatibility."""
from skyvern.services import workflow_service
from skyvern.services import workflow_service # noqa: PLC0415
workflow_run_resp = None
if task_v2.workflow_run_id: