Skip to content

Commit 7c0b9bb

Browse files
Update google-sheet-sync/sync.py
Co-authored-by: Verena Chung <[email protected]>
1 parent 009f698 commit 7c0b9bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-sheet-sync/sync.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def authenticate_google(credentials_file):
2020
googleapiclient.discovery.Resource: An authenticated client object for interacting
2121
with the Google Sheets API.
2222
23-
Raises:
24-
google.auth.exceptions.GoogleAuthError: If authentication fails due to invalid or missing credentials.
2523
"""
2624
creds = Credentials.from_service_account_file(credentials_file, scopes=["https://www.googleapis.com/auth/spreadsheets.readonly"])
2725
return build('sheets', 'v4', credentials=creds)

0 commit comments

Comments
 (0)