updated imports

This commit is contained in:
brian
2024-10-20 20:18:20 +00:00
parent c7fd78dcf8
commit 6f06485776
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ from dotenv import load_dotenv
from pymongo.errors import DuplicateKeyError
from shared.data_store import connect_minio
from shared.mongodb import VisualCommunication, connect_mongodb
from shared.mongodb import connect_mongodb
from shared.mongodb.classes import VisualCommunication
from shared.utils import check_env, setup_logging
from web_ui.src.main import NECESSARY_ENV_VAR_LIST