Skip to content

Commit

Permalink
fixing import error for dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat99k authored and potiuk committed Jan 20, 2023
1 parent 10f0f8b commit d286a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ def __getattr__(name: str):
from airflow.models.dag import DAG
from airflow.models.xcom_arg import XComArg
from airflow.exceptions import AirflowException
from airflow.models.dataset import Dataset

0 comments on commit d286a61

Please sign in to comment.