mik-laj commented on a change in pull request #5627: [AIRFLOW-5003] Making AWS Hooks pylint compatible URL: https://github.com/apache/airflow/pull/5627#discussion_r311297729
########## File path: airflow/contrib/hooks/gcp_dataproc_hook.py ########## @@ -24,8 +24,8 @@ import time import uuid -from googleapiclient.discovery import build from zope.deprecation import deprecation +from googleapiclient.discovery import build Review comment: It's look like unrelated change. ---------------------------------------------------------------- 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
