Skip to content
Prev Previous commit
Next Next commit
fixed annotation
  • Loading branch information
daniel-sanche committed Sep 9, 2025
commit 00cc52fce7ba04e011c6b098dcbddd02ebe6dea5
2 changes: 1 addition & 1 deletion google/cloud/bigtable/data/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _build_grpc_channel(self, *args, **kwargs) -> SwappableChannelType:
Returns:
a custom wrapped swappable channel
"""
create_channel_fn: Callable[[], Any]
create_channel_fn: Callable[[], Channel]
if self._emulator_host is not None:
# emulators use insecure channel
create_channel_fn = partial(insecure_channel, self._emulator_host)
Expand Down
Loading