hkc-8010 commented on code in PR #66854:
URL: https://github.com/apache/airflow/pull/66854#discussion_r3402872398


##########
scripts/ci/prek/check_partition_mapper_defaults_in_sync.py:
##########
@@ -74,22 +74,25 @@ def _find_attr_value(file_path: Path) -> ast.Dict:
             continue
         for stmt in node.body:
             target_name = None
+            value: ast.expr | None = None

Review Comment:
   Updated based on this. I am removing the partition mapper script change from 
the PR; with it removed, this file no longer appears in the effective PR diff. 
I am keeping only the separate `airflow_local_settings.py` mypy-only cast 
change because that is the one needed for full `airflow-core` mypy to stay 
green.



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