ashb commented on code in PR #63365:
URL: https://github.com/apache/airflow/pull/63365#discussion_r2920464673
##########
airflow-core/src/airflow/utils/helpers.py:
##########
@@ -63,7 +63,7 @@ def validate_key(k: str, max_length: int = 250):
)
-def ask_yesno(question: str, default: bool | None = None) -> bool:
+def ask_yesno(question: str, default: bool | None = None, print=print) -> bool:
Review Comment:
But i like shadowing built ins!
Fine, yes Kaxilbot, this is a better suggestion
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]