uranusjr commented on code in PR #60205:
URL: https://github.com/apache/airflow/pull/60205#discussion_r2667857418
##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -1643,7 +1643,7 @@ def test_xcom_pull(
"""
map_indexes_kwarg = {} if map_indexes is NOTSET else {"map_indexes":
map_indexes}
task_ids_kwarg = {} if task_ids is NOTSET else {"task_ids": task_ids}
- from airflow.serialization.serde import deserialize
+ from airflow.sdk.serde import deserialize
Review Comment:
Can this import be top-level?
--
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]