We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0a3e0 commit 76a0747Copy full SHA for 76a0747
task-sdk/tests/task_sdk/definitions/test_dag.py
@@ -24,11 +24,10 @@
24
25
import pytest
26
27
-from airflow.sdk.exceptions import RemovedInAirflow4Warning
28
from airflow.sdk.bases.operator import BaseOperator
29
from airflow.sdk.definitions.dag import DAG, dag as dag_decorator
30
from airflow.sdk.definitions.param import DagParam, Param, ParamsDict
31
-from airflow.sdk.exceptions import DuplicateTaskIdFound
+from airflow.sdk.exceptions import DuplicateTaskIdFound, RemovedInAirflow4Warning
32
33
DEFAULT_DATE = datetime(2016, 1, 1, tzinfo=timezone.utc)
34
0 commit comments