(20241211) Fixed an import-related bug.

This commit is contained in:
2024-12-11 13:23:11 +05:30
parent 897c32c595
commit 448b183662
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ from utils_v2.string import regex
from utils_v2.date_time import date_time
# Other core models:
from models.data.core.user_info import CoreUserInfoModel
from models.data.core.user import CoreUserInfoModel
# To work with MongoDB:
from bson.objectid import ObjectId