diff --git a/providers/yandex/tests/unit/yandex/links/test_yq.py b/providers/yandex/tests/unit/yandex/links/test_yq.py index b9e8050f8dc8c..64baa18ad89b0 100644 --- a/providers/yandex/tests/unit/yandex/links/test_yq.py +++ b/providers/yandex/tests/unit/yandex/links/test_yq.py @@ -29,7 +29,7 @@ if AIRFLOW_V_3_0_PLUS: from airflow.sdk.execution_time.xcom import XCom else: - from airflow.models import XCom # type: ignore[no-redef] + from airflow.models import XCom yandexcloud = pytest.importorskip("yandexcloud")