Skip to content

Commit

Permalink
docs(providers/google): reword GoogleBaseHookAsync as GoogleBaseAsync…
Browse files Browse the repository at this point in the history
…Hook in docstring (#36946)
  • Loading branch information
Lee-W committed Jan 22, 2024
1 parent 03682eb commit 700e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/gcs.py
Expand Up @@ -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

Expand Down

0 comments on commit 700e9e4

Please sign in to comment.