uranusjr commented on a change in pull request #15969:
URL: https://github.com/apache/airflow/pull/15969#discussion_r636167296
##########
File path: airflow/configuration.py
##########
@@ -97,8 +98,6 @@ def default_config_yaml() -> dict:
:return: Python dictionary containing configs & their info
"""
- import airflow.utils.yaml as yaml
Review comment:
But `cyaml` is not imported in `airflow.utils.yaml` at the top level,
only in functions. Importing `airflow.utils.yaml` only pulls in `sys` and
`typing`, the yaml module is always only available when a function is called.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]