Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 85d48c9

Browse files
committed
it's a tuple
1 parent 9b2bb91 commit 85d48c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neptyne_kernel/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ def initialize_colab(self, gsheet_id: str | None = None) -> None:
15331533
from google.auth import default
15341534

15351535
auth.authenticate_user()
1536-
self._google_credentials = default()
1536+
self._google_credentials, _ = default()
15371537

15381538
if gsheet_id is None:
15391539
gsheet_id = input("Enter Google Sheet ID: ")

0 commit comments

Comments
 (0)