瀏覽代碼

update 模板

lmstack 3 年之前
父節點
當前提交
5b1d0f87f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LIB/MIDDLE/算法类别(模板)/算法名/V_1_0_1/core_algorithm.py

+ 1 - 1
LIB/MIDDLE/算法类别(模板)/算法名/V_1_0_1/core_algorithm.py

@@ -22,7 +22,7 @@ class Algo:
           data3 = other_algorithm(data1);
           res1 = f(data1, data2, param1,...)
           res2 = f(data1, data3, param2,...)
-
+          
           return [res1, res2]