Skip to content

Commit f5d5136

Browse files
committed
fix: re-export AddToCell for consistency
1 parent e3fd5d8 commit f5d5136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/bigtable/data/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
from google.cloud.bigtable.data.mutations import Mutation
3333
from google.cloud.bigtable.data.mutations import RowMutationEntry
34+
from google.cloud.bigtable.data.mutations import AddToCell
3435
from google.cloud.bigtable.data.mutations import SetCell
3536
from google.cloud.bigtable.data.mutations import DeleteRangeFromColumn
3637
from google.cloud.bigtable.data.mutations import DeleteAllFromFamily
@@ -89,6 +90,7 @@
8990
"RowRange",
9091
"Mutation",
9192
"RowMutationEntry",
93+
"AddToCell",
9294
"SetCell",
9395
"DeleteRangeFromColumn",
9496
"DeleteAllFromFamily",

0 commit comments

Comments
 (0)