Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions airflow-core/src/airflow/macros/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,9 @@
# under the License.
from __future__ import annotations

from airflow.sdk.execution_time.macros import ( # noqa: F401
datetime,
datetime_diff_for_humans,
dateutil,
ds_add,
ds_format,
ds_format_locale,
json,
random,
time,
timedelta,
uuid,
yaml,
from airflow.utils.deprecation_tools import add_deprecated_classes

add_deprecated_classes(
{__name__: {"*": "airflow.sdk.execution_time.macros"}},
package=__name__,
)