ashb commented on a change in pull request #4617: [AIRFLOW-3789] Fix flake8 3.7 errors. URL: https://github.com/apache/airflow/pull/4617#discussion_r252256528
########## File path: airflow/contrib/utils/gcp_field_validator.py ########## @@ -134,6 +134,7 @@ import re +from typing import Function Review comment: ```suggestion from typing import Callable ``` maybe? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
