object_based_datastore #65

Merged
brian merged 10 commits from object_based_datastore into main 2025-01-06 14:48:27 +01:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit 88698dd735 - Show all commits
@@ -6,8 +6,8 @@ import logging
from pymongo.collection import Collection
from shared.mongodb.classes import VisualCommunication
from shared.mongodb.exceptions import NoDocumentFoundException
from shared.mongodb.src.classes import VisualCommunication
from shared.mongodb.src.exceptions import NoDocumentFoundException
def get_visual_communication(
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
from pymongo.collection import Collection
from shared.mongodb.classes import ModelData
from shared.mongodb.src.classes import ModelData
def upsert_annotation(
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
from pymongo.collection import Collection
from shared.mongodb.classes import ModelData
from shared.mongodb.src.classes import ModelData
def upsert_prediction(
@@ -2,7 +2,7 @@ from __future__ import annotations
from pymongo.collection import Collection
from shared.mongodb.classes import VisualCommunication
from shared.mongodb.src.classes import VisualCommunication
def upsert_visual_communication(