Skip to content

Commit

Permalink
Fix MyPy issues in airflow/jobs (#20612)
Browse files Browse the repository at this point in the history
Part of apache/airflow#19891

GitOrigin-RevId: 2d092021d7749e985062fb94f90c5a6415022d62
  • Loading branch information
kaxil authored and Cloud Composer Team committed Aug 27, 2022
1 parent d9af92b commit 8d114fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/jobs/base_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
from airflow.configuration import conf
from airflow.exceptions import AirflowException
from airflow.executors.executor_loader import ExecutorLoader
from airflow.models import DagRun
from airflow.models.base import ID_LEN, Base
from airflow.models.dagrun import DagRun
from airflow.models.taskinstance import TaskInstance
from airflow.stats import Stats
from airflow.utils import timezone
Expand Down

0 comments on commit 8d114fc

Please sign in to comment.