Skip to content

Commit e00e6e0

Browse files
committed
black
1 parent 12332ee commit e00e6e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/web/status/status_update.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ def __init__(
308308
base_url: str,
309309
initial_stages: List[StageDTO],
310310
):
311-
url = f"{base_url}/api/iris/public/pyris/pipelines/rewriting/runs/{run_id}/status"
311+
url = (
312+
f"{base_url}/api/iris/public/pyris/pipelines/rewriting/runs/{run_id}/status"
313+
)
312314
stages = initial_stages or []
313315
stages.append(
314316
StageDTO(

0 commit comments

Comments
 (0)