Skip to content

Commit

Permalink
Remove unused 'context' variable in task_instance.py (#14049)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbaszek authored Feb 4, 2021
1 parent 604a37e commit 84ef24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/models/taskinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,6 @@ def _run_raw_task(
self.job_id = job_id
self.hostname = get_hostname()

context = {} # type: Dict
actual_start_date = timezone.utcnow()
Stats.incr(f'ti.start.{task.dag_id}.{task.task_id}')
try:
Expand Down

0 comments on commit 84ef24c

Please sign in to comment.