This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Commit 2a5baf1
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 #12391 parent e3fd5d8 commit 2a5baf1Copy 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
- google/cloud/bigtable/data
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
| ||
89 | 90 | |
90 | 91 | |
91 | 92 | |
| 93 | + |
92 | 94 | |
93 | 95 | |
94 | 96 | |
|
0 commit comments