Spaces:
Sleeping
Sleeping
Update src/google_sheet.py
Browse files- src/google_sheet.py +1 -1
src/google_sheet.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# ========================
|
2 |
# Google Sheets Integration
|
3 |
# ========================
|
4 |
-
|
5 |
import gspread
|
6 |
from oauth2client.service_account import ServiceAccountCredentials
|
7 |
|
|
|
1 |
# ========================
|
2 |
# Google Sheets Integration
|
3 |
# ========================
|
4 |
+
import json
|
5 |
import gspread
|
6 |
from oauth2client.service_account import ServiceAccountCredentials
|
7 |
|