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 2020/12/13 22:49:15 UTC

[GitHub] [airflow] dstandish removed a comment on issue #13046: installation of simplejson breaks airlfow webserver 2.0.0rc2

dstandish removed a comment on issue #13046:
URL: https://github.com/apache/airflow/issues/13046#issuecomment-744080118


   Or this, to ensure we use whatever flask is using:
   ```python
   from flask.json import _json
   ...
   class AirflowJsonEncoder(_json.JSONEncoder):
   ```


----------------------------------------------------------------
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