potiuk commented on a change in pull request #7505: [AIRFLOW-6883] Speed up import of airflow.utils.log.file_task_hanlder URL: https://github.com/apache/airflow/pull/7505#discussion_r382924311
########## File path: airflow/utils/log/file_task_handler.py ########## @@ -18,15 +18,17 @@ """File logging handler for tasks.""" import logging import os -from typing import Optional Review comment: See the #7484 for discussion/proposal of this. ---------------------------------------------------------------- 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
