Skip to content

Commit 780c31c

Browse files
committed
fixed lint
1 parent 34d944e commit 780c31c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_impersonated_credentials.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,8 @@ def test_refresh_source_credentials(self, time_skew):
678678
credentials._source_credentials.token = "Token"
679679

680680
with mock.patch(
681-
"google.oauth2.service_account.Credentials._perform_refresh_token", autospec=True
681+
"google.oauth2.service_account.Credentials._perform_refresh_token",
682+
autospec=True,
682683
) as source_cred_refresh_token:
683684
expire_time = (
684685
_helpers.utcnow().replace(microsecond=0)

0 commit comments

Comments
 (0)