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

Commit 2c68e7c

Browse files
authored
Remove a line of code that's not needed
Remove a line of code that's not needed
1 parent 5de1901 commit 2c68e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

messaging/messaging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def _get_access_token():
3131
credentials = service_account.Credentials.from_service_account_file(
3232
'service-account.json', scopes=SCOPES)
3333
request = google.auth.transport.requests.Request()
34-
access_token_info = credentials.get_access_token()
3534
credentials.refresh(request)
3635
return credentials.token
3736
# [END retrieve_access_token]

0 commit comments

Comments
 (0)