renamed module
This commit is contained in:
@@ -12,9 +12,9 @@ from pydantic import ValidationError
|
||||
from pymongo.collection import Collection
|
||||
|
||||
from shared.datastore import Datastore
|
||||
from shared.mongodb import count_documents, get_visual_communication, upsert_annotation
|
||||
from shared.mongodb.src.classes import ModelData, VisualCommunication
|
||||
from shared.mongodb.src.exceptions import NoDocumentFoundException
|
||||
from shared.docstore import count_documents, get_visual_communication, upsert_annotation
|
||||
from shared.docstore.src.classes import ModelData, VisualCommunication
|
||||
from shared.docstore.src.exceptions import NoDocumentFoundException
|
||||
|
||||
from .layout import app_layout
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from __future__ import annotations
|
||||
import dash_mantine_components as dmc
|
||||
from dash import dcc, html
|
||||
|
||||
from shared.mongodb.classes import (
|
||||
from shared.docstore.classes import (
|
||||
AngleData,
|
||||
ContactData,
|
||||
DistanceData,
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ from __future__ import annotations
|
||||
import os
|
||||
|
||||
from shared.datastore import Datastore
|
||||
from shared.mongodb import connect_mongodb
|
||||
from shared.docstore import connect_mongodb
|
||||
from shared.utils import check_env, setup_logging
|
||||
|
||||
from .app import init_app
|
||||
|
||||
Reference in New Issue
Block a user