Skip to content

Commit e8da66c

Browse files
arithmetic1728busunkim96
authored andcommitted
Update google/api_core/client_options.py
Co-Authored-By: Bu Sun Kim <[email protected]>
1 parent 14b8935 commit e8da66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/client_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_client_cert():
4242
client = ImageAnnotatorClient(
4343
client_options={
4444
"api_endpoint": "foo.googleapis.com",
45-
client_cert_source : get_client_cert
45+
"client_cert_source" : get_client_cert
4646
})
4747
4848

0 commit comments

Comments
 (0)