The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
f7616b8173fbc4c735d2c8ef5ef5a22c1b9db54d / Tzu-ping Chung <[email protected]>
Clean-ups around task-mapping code

There should be no change in functionality. A few things are involved:

1. The expand_mapped_literals closure is declaring a 'sequence' argument
   that is always None. Remove it.
2. The run_time_mapped_ti_count method is never used in isolation, but
   combined with parse_time_mapped_ti_count. We should just combine the
   calls -- actually, the run-time variant already encompasses the
   parse-time variant, so the latter call can simply be removed.
3. The TaskInstance import in _revise_mapped_task_indexes is redundant
   (the class is already imported globally) and is removed.
4. Various typing fixups.

Report URL: https://github.com/apache/airflow/actions/runs/3188342078

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to