amoghrajesh commented on code in PR #50482: URL: https://github.com/apache/airflow/pull/50482#discussion_r2085018993
########## airflow-core/src/airflow/models/baseoperatorlink.py: ########## @@ -20,3 +20,11 @@ from __future__ import annotations from airflow.sdk.bases.operatorlink import BaseOperatorLink as BaseOperatorLink Review Comment: Lets remove this import ########## airflow-core/src/airflow/models/param.py: ########## @@ -20,3 +20,13 @@ from __future__ import annotations from airflow.sdk.definitions.param import Param as Param, ParamsDict as ParamsDict Review Comment: Lets remove this import ########## airflow-core/src/airflow/secrets/cache.py: ########## @@ -20,3 +20,11 @@ from __future__ import annotations from airflow.sdk.execution_time.cache import SecretCache as SecretCache Review Comment: Lets remove this import -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org