Pedrinhonitz commented on code in PR #67623:
URL: https://github.com/apache/airflow/pull/67623#discussion_r3314762469
##########
providers/amazon/tests/unit/amazon/aws/log/test_cloudwatch_task_handler.py:
##########
@@ -41,8 +41,8 @@
CloudwatchTaskHandler,
)
from airflow.providers.amazon.aws.utils import datetime_to_epoch_utc_ms
-from airflow.utils.state import State
-from airflow.utils.timezone import datetime
+from airflow.sdk.state import State
+import pendulum # replaces airflow.utils.timezone datetime
Review Comment:
Same here, I believe this would imply all lines that are using `datetime`.
--
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]