File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Original file line number Diff line number Diff line change @@ -979,7 +979,9 @@ def _extract_error_message(cls, response):
979
979
980
980
return message
981
981
982
-
982
+ # Temporarily disable the lint rule. For more information see:
983
+ # https://github.com/googleapis/google-auth-library-python/pull/561
984
+ # pylint: disable=abstract-method
983
985
class _EmulatorAdminCredentials (google .auth .credentials .Credentials ):
984
986
def __init__ (self ):
985
987
google .auth .credentials .Credentials .__init__ (self )
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ def __call__(self, *args, **kwargs): # pylint: disable=arguments-differ
105
105
raise self .error
106
106
107
107
108
+ # Temporarily disable the lint rule. For more information see:
109
+ # https://github.com/googleapis/google-auth-library-python/pull/561
110
+ # pylint: disable=abstract-method
108
111
class MockGoogleCredential (credentials .Credentials ):
109
112
"""A mock Google authentication credential."""
110
113
def refresh (self , request ):
You can’t perform that action at this time.
0 commit comments