fix: MongoDB imports

This commit is contained in:
kom-senapati
2024-10-22 17:58:41 +05:30
parent 5ba917c5e4
commit e4a1730a5b
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import sys
from core.mongo_db import MongoDB
from datetime import datetime
from application.core.mongo_db import MongoDB
from application.utils import num_tokens_from_string
mongo = MongoDB.get_client()