ソースを参照

删除UserEmailSubscriptions导入

locky 1 ヶ月 前
コミット
3d420844bc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Service/CustomizedPushService.py

+ 1 - 1
Service/CustomizedPushService.py

@@ -9,7 +9,7 @@ from concurrent.futures import ThreadPoolExecutor
 from django.db.models.functions import Substr, Length
 
 from AnsjerPush.config import CONFIG_INFO, CONFIG_TEST, CONFIG_CN, XM_PUSH_CHANNEL_ID
-from Model.models import DeviceTypeModel, Device_Info, GatewayPush, CountryModel, SysMsgModel, UserEmailSubscriptions, \
+from Model.models import DeviceTypeModel, Device_Info, GatewayPush, CountryModel, SysMsgModel, \
     AppDeviceType, UidSetModel
 from Service.CommonService import CommonService
 from Service.HuaweiPushService.HuaweiPushService import HuaweiPushObject