From 88698dd73505a10c0021e13323e68db90e186342 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 6 Jan 2025 11:29:54 +0000 Subject: [PATCH] fixed relative import paths --- shared/mongodb/src/get_visual_communication.py | 4 ++-- shared/mongodb/src/upsert_annotation.py | 2 +- shared/mongodb/src/upsert_prediction.py | 2 +- shared/mongodb/src/upsert_visual_communication.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shared/mongodb/src/get_visual_communication.py b/shared/mongodb/src/get_visual_communication.py index b9c0dbb..57a4071 100755 --- a/shared/mongodb/src/get_visual_communication.py +++ b/shared/mongodb/src/get_visual_communication.py @@ -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( diff --git a/shared/mongodb/src/upsert_annotation.py b/shared/mongodb/src/upsert_annotation.py index 9e61bcc..d7c8c4d 100755 --- a/shared/mongodb/src/upsert_annotation.py +++ b/shared/mongodb/src/upsert_annotation.py @@ -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( diff --git a/shared/mongodb/src/upsert_prediction.py b/shared/mongodb/src/upsert_prediction.py index 0f4d628..7f1ca8f 100755 --- a/shared/mongodb/src/upsert_prediction.py +++ b/shared/mongodb/src/upsert_prediction.py @@ -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( diff --git a/shared/mongodb/src/upsert_visual_communication.py b/shared/mongodb/src/upsert_visual_communication.py index a69b9fa..8ea39af 100755 --- a/shared/mongodb/src/upsert_visual_communication.py +++ b/shared/mongodb/src/upsert_visual_communication.py @@ -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(