This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1efc84a2e4e Re-Export Param properly (#48397)
1efc84a2e4e is described below
commit 1efc84a2e4e69a64b2e085af9abcef2cf41c3b1b
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Mar 26 19:19:42 2025 +0530
Re-Export Param properly (#48397)
---
airflow-core/src/airflow/models/param.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/airflow-core/src/airflow/models/param.py
b/airflow-core/src/airflow/models/param.py
index 01886f6e585..a7309e50951 100644
--- a/airflow-core/src/airflow/models/param.py
+++ b/airflow-core/src/airflow/models/param.py
@@ -19,6 +19,4 @@
from __future__ import annotations
-from airflow.sdk.definitions.param import Param, ParamsDict
-
-__all__ = ["Param", "ParamsDict"]
+from airflow.sdk.definitions.param import Param as Param, ParamsDict as
ParamsDict