Skip to content

Commit

Permalink
Remove internal_api_call from models/xcom_arg (apache#44499)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 authored Dec 1, 2024
1 parent 9bde6e0 commit ffee1a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/models/xcom_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

from sqlalchemy import func, or_, select

from airflow.api_internal.internal_api_call import internal_api_call
from airflow.exceptions import AirflowException, XComNotFound
from airflow.models import MappedOperator, TaskInstance
from airflow.models.abstractoperator import AbstractOperator
Expand Down Expand Up @@ -232,7 +231,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
SetupTeardownContext.set_work_task_roots_and_leaves()


@internal_api_call
@provide_session
def _get_task_map_length(
*,
Expand Down

0 comments on commit ffee1a5

Please sign in to comment.