VyLala commited on
Commit
0218e57
Β·
verified Β·
1 Parent(s): 16245a8

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -0
pipeline.py CHANGED
@@ -23,6 +23,7 @@ from googleapiclient.discovery import build
23
  from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
24
  from oauth2client.service_account import ServiceAccountCredentials
25
  import io
 
26
  #––– Authentication setup –––
27
  GDRIVE_PARENT_FOLDER_NAME = "mtDNA-Location-Classifier"
28
  GDRIVE_DATA_FOLDER_NAME = "data"
 
23
  from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
24
  from oauth2client.service_account import ServiceAccountCredentials
25
  import io
26
+ import json
27
  #––– Authentication setup –––
28
  GDRIVE_PARENT_FOLDER_NAME = "mtDNA-Location-Classifier"
29
  GDRIVE_DATA_FOLDER_NAME = "data"