8000 chore(python): fix incorrect import statement in README (#604) · googleapis/python-datastore@16b9c73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16b9c73

Browse files
chore(python): fix incorrect import statement in README (#604)
Source-Link: googleapis/synthtool@8767740 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:023a21377a2a00008057f99f0118edadc30a19d1636a3fee47189ebec2f3921c Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ed92e8e commit 16b9c73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
17-
# created: 2025-02-21T19:32:52.01306189Z
16+
digest: sha256:023a21377a2a00008057f99f0118edadc30a19d1636a3fee47189ebec2f3921c
17+
# created: 2025-03-31T16:51:40.130756953Z

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Code-Based Examples
166166
167167
import logging
168168
169-
from google.cloud.translate_v3 import translate
169+
from google.cloud import library_v1
170170
171171
base_logger = logging.getLogger("google")
172172
base_logger.addHandler(logging.StreamHandler())
@@ -178,7 +178,7 @@ Code-Based Examples
178178
179179
import logging
180180
181-
from google.cloud.translate_v3 import translate
181+
from google.cloud import library_v1
182182
183183
base_logger = logging.getLogger("google.cloud.library_v1")
184184
base_logger.addHandler(logging.StreamHandler())

0 commit comments

Comments
 (0)
0