ayang903 commited on
Commit
d69f023
·
1 Parent(s): 1f31541

Update src/gsheets.py

Browse files
Files changed (1) hide show
  1. src/gsheets.py +1 -0
src/gsheets.py CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
4
  from oauth2client.service_account import ServiceAccountCredentials
5
  from datetime import datetime
6
  import os
 
7
 
8
  def upload_csv_to_new_worksheet(topic_string):
9
  scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
 
4
  from oauth2client.service_account import ServiceAccountCredentials
5
  from datetime import datetime
6
  import os
7
+ import json
8
 
9
  def upload_csv_to_new_worksheet(topic_string):
10
  scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]