Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ def __init__(self, **kwargs: Any) -> None:

self._hook_kwargs = kwargs
self._sync_hook = None
super().__init__()

async def get_sync_hook(self) -> Any:
"""Sync version of the Google Cloud Hook makes blocking calls in ``__init__``; don't inherit it."""
Expand Down