You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/20 13:01:57 UTC

[GitHub] [airflow] ashb commented on a change in pull request #15969: Introduce subpackage airflow.compat

ashb commented on a change in pull request #15969:
URL: https://github.com/apache/airflow/pull/15969#discussion_r636081204



##########
File path: airflow/cli/commands/kubernetes_command.py
##########
@@ -22,7 +22,7 @@
 from kubernetes.client.api_client import ApiClient
 from kubernetes.client.rest import ApiException
 
-import airflow.utils.yaml as yaml
+from airflow.compat import yaml

Review comment:
       This one I'm not quite sure about -- it's not about compat, but different ways of installing the pyyaml module (with or without C component)




-- 
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:
users@infra.apache.org