From 700e9e489014fe1982ff0074421eb8052469773e Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Mon, 22 Jan 2024 17:49:51 +0800 Subject: [PATCH] docs(providers/google): reword GoogleBaseHookAsync as GoogleBaseAsyncHook in docstring (#36946) --- airflow/providers/google/cloud/hooks/gcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/providers/google/cloud/hooks/gcs.py b/airflow/providers/google/cloud/hooks/gcs.py index 02055583ce15a..f784b3fbbbd60 100644 --- a/airflow/providers/google/cloud/hooks/gcs.py +++ b/airflow/providers/google/cloud/hooks/gcs.py @@ -1385,7 +1385,7 @@ def _parse_gcs_url(gsurl: str) -> tuple[str, str]: class GCSAsyncHook(GoogleBaseAsyncHook): - """GCSAsyncHook run on the trigger worker, inherits from GoogleBaseHookAsync.""" + """GCSAsyncHook run on the trigger worker, inherits from GoogleBaseAsyncHook.""" sync_hook_class = GCSHook