Quellcode durchsuchen

删除UserEmailSubscriptions导入

locky vor 1 Monat
Ursprung
Commit
3d420844bc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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