Skip to content

Commit c0de727

Browse files
Update packages/google-auth/google/auth/_default.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fbe2bd7 commit c0de727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def default(
666666
credentials, project_id = google.auth.default()
667667
668668
Args:
669-
scopes (Optional[Sequence[str] | str]): The list of scopes for the credentials. If
669+
scopes (Optional[Union[Sequence[str], str]]): The list of scopes for the credentials. If
670670
specified, the credentials will automatically be scoped if
671671
necessary.
672672
request (Optional[google.auth.transport.Request]): An object used to make

0 commit comments

Comments
 (0)