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

Commit 3f8a8ef

Browse files
authored
Update google/auth/transport/grpc.py
1 parent 0605faf commit 3f8a8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/transport/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class AuthMetadataPlugin(grpc.AuthMetadataPlugin):
5151
account credentials.
5252
"""
5353

54-
def __init__(self, request, default_host=None):
54+
def __init__(self, credentials, request, default_host=None):
5555
# pylint: disable=no-value-for-parameter
5656
# pylint doesn't realize that the super method takes no arguments
5757
# because this class is the same name as the superclass.

0 commit comments

Comments
 (0)