Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 00cc52f

Browse files
committed
fixed annotation
1 parent 16c5b6a commit 00cc52f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable/data/_async/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def _build_grpc_channel(self, *args, **kwargs) -> SwappableChannelType:
279279
Returns:
280280
a custom wrapped swappable channel
281281
"""
282-
create_channel_fn: Callable[[], Any]
282+
create_channel_fn: Callable[[], Channel]
283283
if self._emulator_host is not None:
284284
# emulators use insecure channel
285285
create_channel_fn = partial(insecure_channel, self._emulator_host)

0 commit comments

Comments
 (0)