소스 검색

修改 youlegaoxiaoxiaoshipin_scheduling.py

罗俊辉 1 년 전
부모
커밋
686f738150
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      youlegaoxiaoxiaoshipin/youlegaoxiaoxiaoshipin_recommend/youlegaoxiaoxiaoshipin_scheduling.py

+ 2 - 2
youlegaoxiaoxiaoshipin/youlegaoxiaoxiaoshipin_recommend/youlegaoxiaoxiaoshipin_scheduling.py

@@ -8,10 +8,10 @@ import sys
 import time
 import requests
 
-from common.mq import MQ
 
 sys.path.append(os.getcwd())
-from common.common import Common
+
+from common.mq import MQ
 from common.aliyun_log import AliyunLogger
 from common.pipeline import PiaoQuanPipeline