Skip to content

Commit a3947d0

Browse files
authored
chore: regenerate google-cloud-bigtable (#18141)
Fixes #18129
1 parent 0d671d2 commit a3947d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/google-cloud-bigtable/tests/unit/data/_async/test_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,9 +1596,10 @@ async def test_call_metadata(self, include_app_profile, fn_name, fn_args, gapic_
15961596
# incomplete mutation, so an empty mock stream would retry until the
15971597
# operation timeout. Return a success entry for the single mutation
15981598
# so the operation completes after a single attempt.
1599-
from google.cloud.bigtable_v2.types import MutateRowsResponse
16001599
from google.rpc import status_pb2
16011600

1601+
from google.cloud.bigtable_v2.types import MutateRowsResponse
1602+
16021603
@CrossSync.convert
16031604
async def mutate_rows_stream(*args, **kwargs):
16041605
yield MutateRowsResponse(

0 commit comments

Comments
 (0)