소스 검색

删除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