ashb commented on a change in pull request #6342: [AIRFLOW-5662] fix incorrect naming and batch db call for scheduler metrics URL: https://github.com/apache/airflow/pull/6342#discussion_r391561965
########## File path: airflow/jobs/scheduler_job.py ########## @@ -28,7 +28,8 @@ from contextlib import redirect_stderr, redirect_stdout from datetime import timedelta from itertools import groupby -from typing import List, Optional, Set, Tuple +from time import sleep Review comment: `time` is still imported. I'd probably say don't add this nor change the `sleep` from `time.sleep`. ---------------------------------------------------------------- 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] With regards, Apache Git Services
