renamed module
Code Quality Pipeline / Check Code (pull_request) Successful in 2m40s

This commit is contained in:
brian
2024-10-24 16:19:52 +00:00
parent 860150905d
commit 30f37b6ca5
26 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from minio import Minio
from pydantic import ValidationError
from pymongo.collection import Collection
from shared.data_store import delete as delete_from_minio
from shared.datastore import delete as delete_from_minio
from shared.mongodb import count_documents, get_visual_communication, upsert_annotation
from shared.mongodb.classes import ModelData, VisualCommunication
from shared.mongodb.exceptions import NoDocumentFoundException