Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -21,6 +21,7 @@ import multiprocessing
|
|
21 |
import gspread
|
22 |
from googleapiclient.discovery import build
|
23 |
from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
|
|
|
24 |
from oauth2client.service_account import ServiceAccountCredentials
|
25 |
import io
|
26 |
import json
|
|
|
21 |
import gspread
|
22 |
from googleapiclient.discovery import build
|
23 |
from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
|
24 |
+
from google.oauth2.service_account import Credentials
|
25 |
from oauth2client.service_account import ServiceAccountCredentials
|
26 |
import io
|
27 |
import json
|