locky 2 жил өмнө
parent
commit
a36a3810fb

+ 2 - 2
Controller/InitController.py

@@ -8,8 +8,8 @@ from django.db import transaction
 from django.http import HttpResponse
 from django.views import View
 
-from Model.models import Device_User, Device_Info, Order_Model, UID_Bucket, Unused_Uid_Meal, GatewaySubDevice, \
-    FamilyRoomDevice, UidPushModel, UserExModel, UserOauth2Model, UidUserModel, GrantCodeModel, UserAppFrequencyModel, \
+from Model.models import Device_User, Device_Info, Order_Model, UidPushModel, UserExModel, UserOauth2Model, \
+    UidUserModel, GrantCodeModel, UserAppFrequencyModel, \
     AppLogModel, UserFamily, FamilyMember, FamilyMemberJoin, SmartScene, DeviceSuperPassword, SceneLog
 from Object.RedisObject import RedisObject
 from Object.ResponseObject import ResponseObject