Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2a5baf1

Browse filesBrowse files
authored
fix: re-export AddToCell for consistency (#1241)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #1239
1 parent e3fd5d8 commit 2a5baf1
Copy full SHA for 2a5baf1

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎google/cloud/bigtable/data/__init__.py‎

Copy file name to clipboardExpand all lines: google/cloud/bigtable/data/__init__.py
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.