ashb commented on a change in pull request #8227:
URL: https://github.com/apache/airflow/pull/8227#discussion_r434626388
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -26,7 +26,7 @@
import time
from collections import defaultdict
from contextlib import redirect_stderr, redirect_stdout, suppress
-from datetime import timedelta
+from datetime import datetime, timedelta
Review comment:
```suggestion
from datetime import timedelta
```
(Unused import error from tests.)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]