Skip to content

Commit

Permalink
Avoid top-level airflow import to avoid circular dependency (apache#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored Sep 25, 2023
1 parent f19e055 commit d1b7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/decorators/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import re2
import typing_extensions

from airflow import Dataset
from airflow.datasets import Dataset
from airflow.exceptions import AirflowException
from airflow.models.abstractoperator import DEFAULT_RETRIES, DEFAULT_RETRY_DELAY
from airflow.models.baseoperator import (
Expand Down

0 comments on commit d1b7bca

Please sign in to comment.