Skip to content

Commit

Permalink
Update airflow/models/dagrun.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
  • Loading branch information
ephraimbuddy and dstandish committed Jun 10, 2022
1 parent e9a4472 commit 40c7798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airflow/models/dagrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,9 +934,9 @@ def _get_task_creator(
This function also updates the created_counts dictionary with the number of tasks created.
:created_counts: Dictionary of task_type -> count of created TIs
:ti_mutation_hook: task_instance_mutation_hook function
:hook_is_noop: Whether the task_instance_mutation_hook is a noop
:param created_counts: Dictionary of task_type -> count of created TIs
:param ti_mutation_hook: task_instance_mutation_hook function
:param hook_is_noop: Whether the task_instance_mutation_hook is a noop
"""
if hook_is_noop:
Expand Down

0 comments on commit 40c7798

Please sign in to comment.