ashb commented on PR #53417:
URL: https://github.com/apache/airflow/pull/53417#issuecomment-3089391384

   I tried moving the symlinked timezone.py into `airflow/_shared/` and 
`airflow/sdk/_shared/` and now I'm getting mypy issues. Not quite sure what I 
did wrong:
   
   ```
   airflow-core/tests/unit/jobs/test_triggerer_job.py:33: error: Module
   "airflow._shared" has no attribute "timezone"  [attr-defined]
       from airflow._shared import timezone
       ^
   airflow-core/tests/unit/dag_processing/test_manager.py:43: error: Module
   "airflow._shared" has no attribute "timezone"  [attr-defined]
       from airflow._shared import timezone
       ^
   ```
   
   (100s of these, one for every usage)


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