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 2018/08/06 20:10:33 UTC

[GitHub] Fokko commented on a change in pull request #3711: [AIRFLOW-2863] Fix GKEClusterHook catching wrong exception

Fokko commented on a change in pull request #3711: [AIRFLOW-2863] Fix GKEClusterHook catching wrong exception
URL: https://github.com/apache/incubator-airflow/pull/3711#discussion_r208014056
 
 

 ##########
 File path: airflow/contrib/hooks/gcp_container_hook.py
 ##########
 @@ -24,6 +24,7 @@
 from airflow.hooks.base_hook import BaseHook
 
 from google.api_core.exceptions import AlreadyExists
+from google.api_core.exceptions import NotFound
 
 Review comment:
   Please combine the imports

----------------------------------------------------------------
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