Explorar el Código

feat: Add test function stub in translate_utils.py

mrh hace 1 año
padre
commit
ac78b63f2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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_