You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/30 13:33:02 UTC

[GitHub] ashb commented on a change in pull request #4617: [AIRFLOW-3789] Fix flake8 3.7 errors.

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:
users@infra.apache.org


With regards,
Apache Git Services