enable inline import alert and fix inline imports (#2856)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user