Skip to content

Commit f39bf38

Browse files
committed
Fix typo's
1 parent 1f4306f commit f39bf38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/databricks/labs/ucx/assessment/sequencing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ def _register_workflow_task(self, task: jobs.Task, parent: MigrationNode) -> May
221221
- notebook_task
222222
- pipeline_task
223223
- python_wheel_task
224-
- run_job_tasl
224+
- run_job_task
225225
- spark_jar_task
226-
- spark_python_taks
226+
- spark_python_task
227227
- spark_submit_task
228228
- sql_task
229229
"""

0 commit comments

Comments
 (0)