bolkedebruin commented on code in PR #34377:
URL: https://github.com/apache/airflow/pull/34377#discussion_r1341227277


##########
airflow/serialization/serializers/pandas.py:
##########
@@ -17,6 +17,7 @@
 # under the License.
 from __future__ import annotations
 
+from io import BytesIO

Review Comment:
   This changed lazy import to eager import, which in serde code we like to 
keep to a minimum



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

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

Reply via email to