updated imports

This commit is contained in:
Brian Bjarke Jensen
2024-03-20 19:13:31 +01:00
parent 080c7e7a5c
commit 657e9c4b1d
9 changed files with 30 additions and 20 deletions
+4 -3
View File
@@ -4,11 +4,12 @@ import logging
import os
from pathlib import Path
from database import connect
from database import upsert_predictions
from database import VisualCommunication
from dotenv import load_dotenv
from core.database import connect
from core.database import upsert_predictions
from core.database.classes import VisualCommunication
if __name__ == '__main__':
# setup logging
fmt = (