Skip to content

Commit fa02375

Browse files
author
Jon Wayne Parrott
authored
Remove bad link
1 parent 6754e1a commit fa02375

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

auth/cloud-client/snippets.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def explicit():
3434
from google.cloud import storage
3535

3636
# Explicitly use service account credentials by specifying the private key
37-
# file. All clients in google-cloud-python have this helper, see
38-
# https://google-cloud-python.readthedocs.io/en/latest/core/modules.html
39-
# #google.cloud.client.Client.from_service_account_json
37+
# file.
4038
storage_client = storage.Client.from_service_account_json(
4139
'service_account.json')
4240

0 commit comments

Comments
 (0)