Skip to content

Commit 9781b04

Browse files
committed
Remove unused deps
1 parent e96683c commit 9781b04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bigtable/src/insert_update_rows.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
use Google\Cloud\Bigtable\Admin\V2\BigtableTableAdminClient;
2727
use Google\Cloud\Bigtable\Admin\V2\ColumnFamily;
2828
use Google\Cloud\Bigtable\BigtableClient;
29-
use Google\Cloud\Bigtable\Table;
3029
use Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification;
3130
use Google\Cloud\Bigtable\Admin\V2\Table as TableClass;
32-
use Google\ApiCore\ApiException;
3331

3432
$dataClient = new BigtableClient([
3533
'projectId' => $project_id,

0 commit comments

Comments
 (0)