feluelle commented on a change in pull request #6410: [AIRFLOW-5677] Rename 
GCPSpeechToTextHook to CloudSpeechToTextHook
URL: https://github.com/apache/airflow/pull/6410#discussion_r341261060
 
 

 ##########
 File path: airflow/contrib/hooks/gcp_speech_to_text_hook.py
 ##########
 @@ -23,9 +23,23 @@
 import warnings
 
 # pylint: disable=unused-import
-from airflow.gcp.hooks.speech_to_text import GCPSpeechToTextHook  # noqa
+from airflow.gcp.hooks.speech_to_text import CloudSpeechToTextHook  # noqa
 
 Review comment:
   ```suggestion
   from airflow.gcp.hooks.speech_to_text import CloudSpeechToTextHook
   ```

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


With regards,
Apache Git Services

Reply via email to