zhangbo hai 1 ano
pai
achega
18cae3f0d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      alg_recsys_recall_4h_region_trend.py

+ 1 - 1
alg_recsys_recall_4h_region_trend.py

@@ -43,7 +43,7 @@ def check_data(project, table, partition) -> int:
         data_count = 0
     return data_count
 
-def get_table_data(project, table, partition) -> list[dict]:
+def get_table_data(project, table, partition):
     """获取全部分区数据"""
 
     records = get_data_from_odps(date=partition, project=project, table=table)