kaxil commented on code in PR #56867: URL: https://github.com/apache/airflow/pull/56867#discussion_r2446618559
########## scripts/ci/prek/check_common_compat_lazy_imports.py: ########## @@ -17,16 +17,15 @@ # under the License. """ -Check and generate sdk.pyi from sdk.py. +Validate that TYPE_CHECKING block in sdk.py matches runtime import maps. Review Comment: Just changing from separate `pyi` file to `TYPE_CHECKING` block within same file `sdk.py` -- 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]
