From feb6f7f3025264952b59de16674f5e26513524e0 Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Fri, 15 Nov 2024 20:37:07 +0530 Subject: [PATCH] Remove commented code in xcom_arg.py (#44058) --- airflow/models/xcom_arg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow/models/xcom_arg.py b/airflow/models/xcom_arg.py index c28af6acbe5a..4e10fe800547 100644 --- a/airflow/models/xcom_arg.py +++ b/airflow/models/xcom_arg.py @@ -41,7 +41,6 @@ if TYPE_CHECKING: from sqlalchemy.orm import Session - # from airflow.models.dag import DAG from airflow.models.operator import Operator from airflow.sdk import DAG, BaseOperator from airflow.utils.context import Context