@@ -370,9 +370,10 @@ def test_direct_row_delete_cells_with_string_columns():
370370
371371
372372def test_direct_row_commit ():
373- from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
374373 from google .rpc import code_pb2 , status_pb2
375374
375+ from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
376+
376377 project_id = "project-id"
377378 row_key = b"row_key"
378379 table_name = "projects/more-stuff"
@@ -404,9 +405,10 @@ def test_direct_row_commit():
404405
405406def test_direct_row_commit_with_exception ():
406407 from google .api_core .exceptions import InternalServerError
407- from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
408408 from google .rpc import code_pb2 , status_pb2
409409
410+ from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
411+
410412 project_id = "project-id"
411413 row_key = b"row_key"
412414 table_name = "projects/more-stuff"
@@ -441,9 +443,10 @@ def test_direct_row_commit_with_exception():
441443
442444def test_direct_row_commit_with_unknown_exception ():
443445 from google .api_core .exceptions import GoogleAPICallError
444- from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
445446 from google .rpc import code_pb2 , status_pb2
446447
448+ from google .cloud .bigtable_v2 .services .bigtable import BigtableClient
449+
447450 project_id = "project-id"
448451 row_key = b"row_key"
449452 table_name = "projects/more-stuff"
0 commit comments