浏览代码

vov用于过滤的特征

zhangbo 7 月之前
父节点
当前提交
c593b63dd5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      write_redis/alg_recsys_task_doudi_videos.py

+ 2 - 2
write_redis/alg_recsys_task_doudi_videos.py

@@ -2,7 +2,7 @@
 import os
 import sys
 import traceback
-from my_utils import request_post
+
 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 if root_dir not in sys.path:
     sys.path.append(root_dir)
@@ -13,7 +13,7 @@ from multiprocessing import Process
 from odps import ODPS
 from threading import Timer
 import threading
-from my_utils import RedisHelper, execute_sql_from_odps
+from my_utils import RedisHelper, execute_sql_from_odps, request_post
 from my_config import set_config
 from log import Log
 import json