Lee-W commented on code in PR #44557: URL: https://github.com/apache/airflow/pull/44557#discussion_r1870491709
########## providers/src/airflow/providers/http/sensors/http.py: ########## @@ -17,10 +17,14 @@ # under the License. from __future__ import annotations +import base64 +import pickle Review Comment: I would probably say yes, but not necessary need to be done in this PR -- 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]
