mhenc commented on code in PR #34026: URL: https://github.com/apache/airflow/pull/34026#discussion_r1317132549
########## airflow/jobs/job.py: ########## @@ -17,6 +17,7 @@ # under the License. from __future__ import annotations +from datetime import datetime Review Comment: Ok. Done. Unfortunately I can't move it under `TYPE_CHECKING` in pydantic/job.py as Pydantic doesn't seem to like it. -- 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]
