amoghrajesh commented on PR #53149:
URL: https://github.com/apache/airflow/pull/53149#issuecomment-3106078833

   > sometimes you do `from airflow.sdk._shared.timezones import timezone` and 
others `from airflow.sdk import timezone`?
   
   A general miss imo. For public docs etc we should use the public API path: 
`airflow.sdk` and internally use the canonical imports: `from 
airflow.sdk._shared.timezones import timezone`


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