Skip to content

Commit

Permalink
Undeprecate BaseXCom.get_one method for now (#38991)
Browse files Browse the repository at this point in the history
(cherry picked from commit 260d3fd)
  • Loading branch information
Taragolis authored and jedcunningham committed Apr 26, 2024
1 parent d6e397f commit 083a781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/models/xcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from typing import TYPE_CHECKING, Any, Generator, Iterable, cast, overload

import attr
from deprecated import deprecated
from sqlalchemy import (
Column,
ForeignKeyConstraint,
Expand Down Expand Up @@ -370,7 +369,6 @@ def get_one(
@staticmethod
@provide_session
@internal_api_call
@deprecated
def get_one(
execution_date: datetime.datetime | None = None,
key: str | None = None,
Expand Down

0 comments on commit 083a781

Please sign in to comment.