Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 7a46524

Browse files
authored
fix: correctly instantiates client (#338)
fixes #337
1 parent b2ea14a commit 7a46524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/_verifying.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here is a test script:
3333
#
3434
# If you wish, you can send `transport='grpc'` or `transport='http'`
3535
# to change which underlying transport layer is being used.
36-
ia = vision.ImageAnnotator(host='vision.googleapis.com')
36+
ia = vision.ImageAnnotatorClient()
3737
3838
# Send the request to the server and get the response.
3939
response = ia.batch_annotate_images({

0 commit comments

Comments
 (0)