Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from db import dropbox_upload_file
|
|
| 20 |
from pathlib import Path
|
| 21 |
from PreprocessingFoundation import rmv_text,rmv_dashedLines
|
| 22 |
|
| 23 |
-
from __future__ import print_function
|
| 24 |
from googleapiclient.discovery import build
|
| 25 |
from google.oauth2 import service_account
|
| 26 |
import pygsheets
|
|
|
|
| 20 |
from pathlib import Path
|
| 21 |
from PreprocessingFoundation import rmv_text,rmv_dashedLines
|
| 22 |
|
| 23 |
+
# from __future__ import print_function
|
| 24 |
from googleapiclient.discovery import build
|
| 25 |
from google.oauth2 import service_account
|
| 26 |
import pygsheets
|