(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
@@ -38,7 +38,7 @@ sys.path.append("..")
from quart import current_app
# The data model:
from models.data.core.user_info import CoreUserInfoModel
from models.data.core.user import CoreUserInfoModel
# *****************************************************************************************************************