浏览代码

feat: Add test function stub in translate_utils.py

mrh 1 年之前
父节点
当前提交
ac78b63f2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mylib/translate_utils.py

+ 1 - 1
mylib/translate_utils.py

@@ -102,4 +102,4 @@ def extract_column_data(df: pd.DataFrame, column_identifier: Union[str, int], st
         logger.error(f"提取列数据时出错: {e}")
         raise
 
-# ... rest of the file remains unchanged ...
+def test_