Skip to content

Commit 9502991

Browse files
committed
Format
1 parent b3146b1 commit 9502991

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/databricks/labs/ucx/progress/workflow_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(
4242
ucx_catalog: str,
4343
*,
4444
workspace_id: int,
45-
workflow_name,
45+
workflow_name: str,
4646
workflow_id: int,
4747
workflow_run_id: int,
4848
workflow_run_attempt: int,

tests/unit/progress/test_workflow_runs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ def test_workflow_run_record_records_workflow_run(mock_backend) -> None:
2828
assert rows[0].workflow_id == 123
2929
assert rows[0].workflow_run_id == 456
3030
assert rows[0].workflow_run_attempt == 0
31-

0 commit comments

Comments
 (0)