Skip to content

Commit

Permalink
Change BaseOperator[Link] import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hardeybisey committed Nov 17, 2024
1 parent 2eff9b0 commit c5f77d6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
DagNotFound,
DagRunAlreadyExists,
)
from airflow.models.baseoperator import BaseOperator
from airflow.models.baseoperatorlink import BaseOperatorLink
from airflow.models import BaseOperator, BaseOperatorLink
from airflow.models.dag import DagModel
from airflow.models.dagbag import DagBag
from airflow.models.dagrun import DagRun
Expand Down

0 comments on commit c5f77d6

Please sign in to comment.