浏览代码

修改 youlegaoxiaoxiaoshipin_scheduling.py

罗俊辉 1 年之前
父节点
当前提交
686f738150

+ 2 - 2
youlegaoxiaoxiaoshipin/youlegaoxiaoxiaoshipin_recommend/youlegaoxiaoxiaoshipin_scheduling.py

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