소스 검색

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_