github-actions[bot] opened a new pull request, #59265:
URL: https://github.com/apache/airflow/pull/59265

   This was likely a case of auto-complete gone wrong. Most of the time this
   doesn't matter (as SQLa etc is already loaded) but this was importing it in
   Task SDK mistakenly which we don't want.
   
   
   Interestingly mypy now "noticed" that `pendulum.parse` can return
   Duration, Date, and Time objects too. I don't know why it didn't notice this
   before.
   
   Also generally this isn't the right import :)
   (cherry picked from commit 0b6d2589df046535b284e032ea8fa5922fab3b6f)
   
   Co-authored-by: Ash Berlin-Taylor <[email protected]>


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