Skip to content

Commit bb00b8b

Browse files
committed
re-generated sync classes; removed test
1 parent 00cc52f commit bb00b8b

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _build_grpc_channel(self, *args, **kwargs) -> SwappableChannelType:
206206
- **kwargs: keyword arguments passed by the gapic layer to create a new channel with
207207
Returns:
208208
a custom wrapped swappable channel"""
209-
create_channel_fn: Callable[[], Any]
209+
create_channel_fn: Callable[[], Channel]
210210
if self._emulator_host is not None:
211211
create_channel_fn = partial(insecure_channel, self._emulator_host)
212212
else:

tests/unit/data/_async/test_metrics_interceptor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ def _get_target_class():
6767
def _make_one(self, *args, **kwargs):
6868
return self._get_target_class()(*args, **kwargs)
6969

70-
def test_ctor(self):
71-
instance = self._make_one()
72-
assert instance.operation_map == {}
73-
7470
@CrossSync.pytest
7571
async def test_unary_unary_interceptor_success(self):
7672
"""Test that interceptor handles successful unary-unary calls"""

tests/unit/data/_sync_autogen/test_metrics_interceptor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ def _get_target_class():
5050
def _make_one(self, *args, **kwargs):
5151
return self._get_target_class()(*args, **kwargs)
5252

53-
def test_ctor(self):
54-
instance = self._make_one()
55-
assert instance.operation_map == {}
56-
5753
def test_unary_unary_interceptor_success(self):
5854
"""Test that interceptor handles successful unary-unary calls"""
5955
instance = self._make_one()

0 commit comments

Comments
 (0)