KoviAnusha commented on code in PR #57532:
URL: https://github.com/apache/airflow/pull/57532#discussion_r2536113672


##########
airflow-core/src/airflow/models/xcom.py:
##########
@@ -297,19 +299,19 @@ def get_many(
         if key:
             query = query.where(XComModel.key == key)
 
-        if is_container(task_ids):
+        if is_container(task_ids) and task_ids is not None:

Review Comment:
   Mypy errors are already resolved in this file by another PR. Need not make 
any changes now. So, resolving this.



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

Reply via email to