uranusjr commented on code in PR #34026: URL: https://github.com/apache/airflow/pull/34026#discussion_r1316823578
########## airflow/jobs/job.py: ########## @@ -17,6 +17,7 @@ # under the License. from __future__ import annotations +from datetime import datetime Review Comment: I think we have an effort consolidating this to `import datetime` instead. And there’s another one to move this kind of imports into the `if TYPE_CHECKING` block. -- 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]
