uranusjr commented on PR #59817: URL: https://github.com/apache/airflow/pull/59817#issuecomment-3693418375
Type checking can have compatibility, the specific pattern I changed here does not affect that. `from airflow.sdk import Context` only affects typing in that module (users shouldn’t do e.g. `from airflow.providers.imap.sensors.imap_attachment import Context` in any circumstance), and user-side typing does not consider third-party modules. Chaning these imports only affects type-checking on our side (in CI, during Airflow development, etc), not users. -- 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]
