renamed module
This commit is contained in:
@@ -5,8 +5,8 @@ from pathlib import Path
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from shared.datastore import Datastore
|
||||
from shared.mongodb import connect_mongodb, upsert_prediction
|
||||
from shared.mongodb.src.classes import VisualCommunication
|
||||
from shared.docstore import connect_mongodb, upsert_prediction
|
||||
from shared.docstore.src.classes import VisualCommunication
|
||||
from shared.utils import check_env, setup_logging
|
||||
from web_ui.src.main import NECESSARY_ENV_VAR_LIST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user