Skip to content

Commit 010dd89

Browse files
authored
Apply suggestion from @kaxil
1 parent 485f98e commit 010dd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/datadog/src/airflow/providers/datadog/version_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
3939
from airflow.sdk.definitions.context import Context
4040
else:
4141
from airflow.sensors.base import BaseSensorOperator # type: ignore[no-redef]
42-
from airflow.utils.context import Context
42+
from airflow.utils.context import Context # type: ignore[no-redef]
4343

4444
__all__ = [
4545
"AIRFLOW_V_3_0_PLUS",

0 commit comments

Comments
 (0)