mobuchowski commented on code in PR #27113: URL: https://github.com/apache/airflow/pull/27113#discussion_r1015304699
########## airflow/jobs/backfill_job.py: ########## @@ -18,6 +18,7 @@ from __future__ import annotations import time +from concurrent.futures import Executor, ThreadPoolExecutor Review Comment: Removed -- 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]
