Change location of constants and dependencies
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
from app.constants import files
|
||||
from constants import FILES, DATASETS, URL
|
||||
from app.preprocessing import create_dataframe
|
||||
from app.request_datasets import request_dataset
|
||||
from pandas import DataFrame
|
||||
from requests import get
|
||||
from os import remove
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user