updated imports

This commit is contained in:
brian
2024-10-20 20:15:19 +00:00
parent 4ba68d056b
commit 7a8eb93c48
11 changed files with 58 additions and 61 deletions
@@ -6,7 +6,7 @@ import logging
from pymongo.collection import Collection
from shared.mongodb import VisualCommunication
from shared.mongodb.classes import VisualCommunication
from shared.mongodb.exceptions import NoDocumentFoundException
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
from pymongo.collection import Collection
from shared.dto import ModelData
from shared.mongodb.classes import ModelData
def upsert_annotation(
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
from pymongo.collection import Collection
from shared.dto import ModelData
from shared.mongodb.classes import ModelData
def upsert_prediction(
@@ -2,7 +2,7 @@ from __future__ import annotations
from pymongo.collection import Collection
from shared.mongodb import VisualCommunication
from shared.mongodb.classes import VisualCommunication
def upsert_visual_communication(