dstandish commented on code in PR #26554: URL: https://github.com/apache/airflow/pull/26554#discussion_r976773716
########## airflow/utils/json.py: ########## @@ -17,11 +17,12 @@ # under the License. from __future__ import annotations +import json Review Comment: At some point in the past, if user had simplejson installed, then webserver would blow up, that's why we imported from `flask.json`. It might be worth doing pip install simplejson just to make sure that it is compatible -- 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]
