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/09/20 23:29:53 UTC

[GitHub] [airflow] SamWheating edited a comment on pull request #18396: Fixing typo in PythonOperator example dag

SamWheating edited a comment on pull request #18396:
URL: https://github.com/apache/airflow/pull/18396#issuecomment-923431560


   This actually looks like an intentional use of the [`pprint`](https://docs.python.org/3/library/pprint.html) python library, which is used for pretty-printing python objects. 
   
   
   The `pprint` function is imported earlier in this file:
   https://github.com/apache/airflow/blob/463ed82255403cd5663160140c44987d61e893a3/airflow/example_dags/example_python_operator.py#L22
   
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org