rusackas commented on PR #40034:
URL: https://github.com/apache/superset/pull/40034#issuecomment-4748919723

   @charliesheh the `from datetime import UTC` import is still here — that's 
3.11+, and Superset's `requires-python` is `>=3.10`, so this `ImportError`s at 
module load on 3.10. Swap to `from datetime import timezone` and 
`dttm.replace(tzinfo=timezone.utc)`. Branch also needs a rebase (conflicting), 
and there's stray trailing whitespace at EOF tripping pre-commit. 
unit-tests/test-postgres are red too — worth a green run before I look again.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to