This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 52af170cde1 [v3-0-test] fix indent issue (#51701) (#52681)
52af170cde1 is described below

commit 52af170cde114774c5dc80f95e0215833d894fe8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 16:25:12 2025 +0800

    [v3-0-test] fix indent issue (#51701) (#52681)
    
    Co-authored-by: Aaron Chen <[email protected]>
---
 airflow-core/src/airflow/models/mappedoperator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/models/mappedoperator.py 
b/airflow-core/src/airflow/models/mappedoperator.py
index 5ecdf14f590..bc598ef0469 100644
--- a/airflow-core/src/airflow/models/mappedoperator.py
+++ b/airflow-core/src/airflow/models/mappedoperator.py
@@ -68,7 +68,7 @@ class MappedOperator(TaskSDKMappedOperator):  # type: 
ignore[misc] # It complain
                 task_id=self.task_id,
                 dag_id=self.dag_id,
             )
-        return False
+            return False
         # start_from_trigger only makes sense when start_trigger_args exists.
         if not self.start_trigger_args:
             return False

Reply via email to