Skip to content

Commit 02495c1

Browse files
committed
adds annotations authenticate_implicit_with_adc.py
1 parent e1f3c20 commit 02495c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth/cloud-client-temp/authenticate_implicit_with_adc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from google.cloud import storage
1818

1919

20-
def authenticate_implicit_with_adc(project_id="your-google-cloud-project-id"):
20+
def authenticate_implicit_with_adc(project_id: str = "your-google-cloud-project-id") -> None:
2121
"""
2222
When interacting with Google Cloud Client libraries, the library can auto-detect the
2323
credentials to use.

0 commit comments

Comments
 (0)